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

Method flip

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

Source from the content-addressed store, hash-verified

1655 return jax.vmap(lambda b, u: jnp.searchsorted(b, u, side))(a, v)
1656
1657 def flip(self, a, axis=None):
1658 return jnp.flip(a, axis)
1659
1660 def outer(self, a, b):
1661 return jnp.outer(a, b)

Callers

nothing calls this directly

Calls 1

flipMethod · 0.45

Tested by

no test coverage detected