We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
argmin
argmax
1 parent 0602a5f commit a854ff1Copy full SHA for a854ff1
spec/API_specification/searching_functions.md
@@ -25,7 +25,7 @@ Returns the indices of the maximum values along a specified axis. When the maxim
25
26
- **x**: _<array>_
27
28
- - input array.
+ - input array. Should have a numeric data type.
29
30
- **axis**: _Optional\[ int ]_
31
@@ -50,7 +50,7 @@ Returns the indices of the minimum values along a specified axis. When the minim
50
51
52
53
54
55
56
0 commit comments