Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ argmax
Method
argmax
ot/backend.py:2635–2636 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
2633
return
cp.pad(a, pad_width, constant_values=value)
2634
2635
def
argmax(self, a, axis=None):
2636
return
cp.argmax(a, axis=axis)
2637
2638
def
argmin(self, a, axis=None):
2639
return
cp.argmin(a, axis=axis)
Callers
nothing calls this directly
Calls
1
argmax
Method · 0.45
Tested by
no test coverage detected