np_shape
Retrieve the shape of an array. Pass the array to get its dimensions as a tuple.
Instructions
Return the shape of an array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |