Contents

init(_:)

Creates a multiarray from a shaped array.

Declaration

convenience init<ShapedArray>(_ shapedArray: ShapedArray) where ShapedArray : MLShapedArrayProtocol

Parameters