Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ abs
Method
abs
ot/backend.py:1612–1613 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
1610
return
jnp.dot(a, b)
1611
1612
def
abs(self, a):
1613
return
jnp.abs(a)
1614
1615
def
exp(self, a):
1616
return
jnp.exp(a)
Callers
1
eliminate_zeros
Method · 0.95
Calls
1
abs
Method · 0.45
Tested by
no test coverage detected