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