Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ outer
Method
outer
ot/backend.py:1660–1661 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
1658
return
jnp.flip(a, axis)
1659
1660
def
outer(self, a, b):
1661
return
jnp.outer(a, b)
1662
1663
def
clip(self, a, a_min, a_max):
1664
return
jnp.clip(a, a_min, a_max)
Callers
nothing calls this directly
Calls
1
outer
Method · 0.45
Tested by
no test coverage detected