np_squeeze
Remove single-dimensional entries from the shape of an array, optionally selecting specific axes.
Instructions
Remove single-dimensional entries from the shape of an array.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Selects a subset of the length-1 dimensions (default: all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |