Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ transpose
Method
transpose
ot/backend.py:3324–3325 ·
view source on GitHub ↗
(self, a, axes=None)
Source
from the content-addressed store, hash-verified
3322
return
tf.math.atan2(a, b)
3323
3324
def
transpose(self, a, axes=None):
3325
return
tf.transpose(a, perm=axes)
3326
3327
def
matmul(self, a, b):
3328
return
tnp.matmul(a, b)
Callers
nothing calls this directly
Calls
1
transpose
Method · 0.45
Tested by
no test coverage detected