BNNSTensor
A structure that describes the shape, stride, data type, and, optionally, the memory location of an n-dimensional array.
Declaration
struct BNNSTensorTopics
Initializers
init()init(data_type:rank:shape:stride:data:data_size_in_bytes:name:)init(data:shape:stride:)init(data:shape:stride:dataType:)init(dataType:shape:stride:)init(initializingFrom:shape:stride:)init(shape:stride:dataType:)