torch.SliceOptions
export interface SliceOptions {
/** The step size (default: 1) */
step?: number;
}step(number)optional- – The step size (default: 1)
Options for slice operations
export interface SliceOptions {
/** The step size (default: 1) */
step?: number;
}step(number)optionalOptions for slice operations