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

Method argsort

ot/backend.py:3042–3043  ·  view source on GitHub ↗
(self, a, axis=-1)

Source from the content-addressed store, hash-verified

3040 return tnp.sort(a, axis)
3041
3042 def argsort(self, a, axis=-1):
3043 return tnp.argsort(a, axis)
3044
3045 def searchsorted(self, a, v, side="left"):
3046 return tf.searchsorted(a, v, side=side)

Callers 1

sort2Method · 0.95

Calls 1

argsortMethod · 0.45

Tested by

no test coverage detected