---
title: "init(_:)"
framework: coreml
role: symbol
role_heading: Initializer
path: "coreml/mlmultiarray/init(_:)-wk41"
---

# init(_:)

Creates a multiarray from a shaped array.

## Declaration

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

## Parameters

- `shapedArray`: An doc://com.apple.coreml/documentation/CoreML/MLShapedArray.
