np_max
Return the maximum of an array or the maximum along a given axis, defaulting to overall maximum.
Instructions
Return the maximum of an array or maximum along an axis.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| array | Yes | The input array. | |
| axis | No | Axis along which to find maximum (default: None, max of all). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |