Contents

init(shape:dataType:strides:)

Creates the object with specified strides.

Declaration

convenience init(shape: [Int], dataType: MLMultiArrayDataType, strides: [Int])

Parameters

  • shape:

    The shape

  • dataType:

    The data type

  • strides:

    The strides.

Discussion

The contents of the object are left uninitialized; the client must initialize it.

See Also

Creating a multiarray