Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ flip
Method
flip
ot/backend.py:2614–2615 ·
view source on GitHub ↗
(self, a, axis=None)
Source
from the content-addressed store, hash-verified
2612
return
ret
2613
2614
def
flip(self, a, axis=None):
2615
return
cp.flip(a, axis)
2616
2617
def
outer(self, a, b):
2618
return
cp.outer(a, b)
Callers
nothing calls this directly
Calls
1
flip
Method · 0.45
Tested by
no test coverage detected