Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ transpose
Method
transpose
ot/backend.py:1473–1474 ·
view source on GitHub ↗
(self, a, axes=None)
Source
from the content-addressed store, hash-verified
1471
return
np.arctan2(a, b)
1472
1473
def
transpose(self, a, axes=None):
1474
return
np.transpose(a, axes)
1475
1476
def
matmul(self, a, b):
1477
return
np.matmul(a, b)
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.45
Tested by
no test coverage detected