Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ einsum
Method
einsum
ot/backend.py:1642–1643 ·
view source on GitHub ↗
(self, subscripts, *operands)
Source
from the content-addressed store, hash-verified
1640
return
jnp.isinf(a)
1641
1642
def
einsum(self, subscripts, *operands):
1643
return
jnp.einsum(subscripts, *operands)
1644
1645
def
sort(self, a, axis=-1):
1646
return
jnp.sort(a, axis)
Callers
nothing calls this directly
Calls
1
einsum
Method · 0.45
Tested by
no test coverage detected