Sorting, Searching, and Counting#
Searching#
Returns the indices of the maximum values along an axis. |
|
Return the indices of the maximum values in the specified axis ignoring NaNs. |
|
Returns the indices of the minimum values along an axis. |
|
Return the indices of the minimum values in the specified axis ignoring NaNs. |
Counting#
Counts the number of non-zero values in the tensor |