torch.linalg.CrossOptions
export interface CrossOptions {
/** The dimension to take the cross product over (default: -1) */
dim?: number;
}dim(number)optional- – The dimension to take the cross product over (default: -1)
Options for cross product.