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

Method transpose

ot/backend.py:1884–1885  ·  view source on GitHub ↗
(self, a, axes=None)

Source from the content-addressed store, hash-verified

1882 return jnp.arctan2(a, b)
1883
1884 def transpose(self, a, axes=None):
1885 return jnp.transpose(a, axes)
1886
1887 def matmul(self, a, b):
1888 return jnp.matmul(a, b)

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected