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

Method flip

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

Source from the content-addressed store, hash-verified

3046 return tf.searchsorted(a, v, side=side)
3047
3048 def flip(self, a, axis=None):
3049 return tnp.flip(a, axis)
3050
3051 def outer(self, a, b):
3052 return tnp.outer(a, b)

Callers

nothing calls this directly

Calls 1

flipMethod · 0.45

Tested by

no test coverage detected