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

Method argmin

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

Source from the content-addressed store, hash-verified

2150 return torch.argmax(a, dim=axis)
2151
2152 def argmin(self, a, axis=None):
2153 return torch.argmin(a, dim=axis)
2154
2155 def mean(self, a, axis=None):
2156 if axis is not None:

Callers

nothing calls this directly

Calls 1

argminMethod · 0.45

Tested by

no test coverage detected