MCPcopy Create free account
hub / github.com/PythonOT/POT / argmax

Method argmax

ot/backend.py:3069–3070  ·  view source on GitHub ↗
(self, a, axis=None)

Source from the content-addressed store, hash-verified

3067 return tnp.pad(a, pad_width, mode="constant", constant_values=value)
3068
3069 def argmax(self, a, axis=None):
3070 return tnp.argmax(a, axis=axis)
3071
3072 def argmin(self, a, axis=None):
3073 return tnp.argmin(a, axis=axis)

Callers

nothing calls this directly

Calls 1

argmaxMethod · 0.45

Tested by

no test coverage detected