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

Method transpose

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

Source from the content-addressed store, hash-verified

2865 return cp.arctan2(a, b)
2866
2867 def transpose(self, a, axes=None):
2868 return cp.transpose(a, axes)
2869
2870 def matmul(self, a, b):
2871 return cp.matmul(a, b)

Callers

nothing calls this directly

Calls 1

transposeMethod · 0.45

Tested by

no test coverage detected