Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ norm
Method
norm
ot/backend.py:2582–2583 ·
view source on GitHub ↗
(self, a, axis=None, keepdims=False)
Source
from the content-addressed store, hash-verified
2580
return
cp.dot(a, b)
2581
2582
def
norm(self, a, axis=None, keepdims=False):
2583
return
cp.linalg.norm(a, axis=axis, keepdims=keepdims)
2584
2585
def
any(self, a):
2586
return
cp.any(a)
Callers
nothing calls this directly
Calls
1
norm
Method · 0.45
Tested by
no test coverage detected