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

Method searchsorted

ot/backend.py:3045–3046  ·  view source on GitHub ↗
(self, a, v, side="left")

Source from the content-addressed store, hash-verified

3043 return tnp.argsort(a, axis)
3044
3045 def searchsorted(self, a, v, side="left"):
3046 return tf.searchsorted(a, v, side=side)
3047
3048 def flip(self, a, axis=None):
3049 return tnp.flip(a, axis)

Callers

nothing calls this directly

Calls 1

searchsortedMethod · 0.45

Tested by

no test coverage detected