Contents

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.

See Also

Creating an Array Descriptor