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

Method argmin

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

Source from the content-addressed store, hash-verified

1679 return jnp.argmax(a, axis=axis)
1680
1681 def argmin(self, a, axis=None):
1682 return jnp.argmin(a, axis=axis)
1683
1684 def mean(self, a, axis=None):
1685 return jnp.mean(a, axis=axis)

Callers

nothing calls this directly

Calls 1

argminMethod · 0.45

Tested by

no test coverage detected