Add numpy functions for max/min #399

Closed
opened 2024-05-06 15:42:58 +08:00 by derppening · 0 comments
Collaborator
  • np_max: Returns the maximum value within an ndarray
  • np_maximum: Returns the elementwise maximum value between two ndarray
  • np_min: Returns the minimum value within an ndarray
  • np_minimum: Returns the elementwise minimum value between two ndarray
- `np_max`: Returns the maximum value within an `ndarray` - `np_maximum`: Returns the elementwise maximum value between two `ndarray` - `np_min`: Returns the minimum value within an `ndarray` - `np_minimum`: Returns the elementwise minimum value between two `ndarray`
sb10q closed this issue 2024-05-09 19:00:46 +08:00
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: M-Labs/nac3#399
There is no content yet.