init(dataType:shape:)
Returns a new n-dimensional array descriptor from the specified data type and shape.
Declaration
init(dataType: BNNSDataType, shape: BNNS.Shape)Parameters
- dataType:
The data type of the data.
- shape:
The shape of the n-dimensional array descriptor.