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

Method argmax

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

Source from the content-addressed store, hash-verified

1676 return jnp.pad(a, pad_width, constant_values=value)
1677
1678 def argmax(self, a, axis=None):
1679 return jnp.argmax(a, axis=axis)
1680
1681 def argmin(self, a, axis=None):
1682 return jnp.argmin(a, axis=axis)

Callers

nothing calls this directly

Calls 1

argmaxMethod · 0.45

Tested by

no test coverage detected