NDArray.RawView
A type-erased immutable view over the memory owned by a tensor.
Declaration
struct RawViewTopics
Inspecting the view
Creating typed views
Initializers
init(bytes:byteOffset:scalarType:shape:strides:interleaveLayout:)init(ioSurface:byteOffset:scalarType:shape:strides:interleaveLayout:)init(metalBuffer:byteOffset:scalarType:shape:strides:interleaveLayout:)