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