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