strides
An array of strides, in elements, one for each dimension of this tensor.
Declaration
var strides: MTLTensorExtents? { get }Discussion
This property only applies if this tensor shares its storage with a buffer, otherwise it’s nil.
An array of strides, in elements, one for each dimension of this tensor.
var strides: MTLTensorExtents? { get }This property only applies if this tensor shares its storage with a buffer, otherwise it’s nil.