torch.AsStridedOptions
export interface AsStridedOptions {
/** Offset in the underlying storage (default: 0) */
storage_offset?: number;
}storage_offset(number)optional- – Offset in the underlying storage (default: 0)
Options for as_strided operations