Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ norm
Method
norm
ot/backend.py:1630–1631 ·
view source on GitHub ↗
(self, a, axis=None, keepdims=False)
Source
from the content-addressed store, hash-verified
1628
return
jnp.power(a, exponents)
1629
1630
def
norm(self, a, axis=None, keepdims=False):
1631
return
jnp.linalg.norm(a, axis=axis, keepdims=keepdims)
1632
1633
def
any(self, a):
1634
return
jnp.any(a)
Callers
nothing calls this directly
Calls
1
norm
Method · 0.45
Tested by
no test coverage detected