torch.StackOptions
export interface StackOptions {
/** Dimension to insert new axis (default: 0) */
dim?: number;
}dim(number)optional- – Dimension to insert new axis (default: 0)
Options for stack
export interface StackOptions {
/** Dimension to insert new axis (default: 0) */
dim?: number;
}dim(number)optionalOptions for stack