Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ sign
Method
sign
ot/backend.py:2992–2993 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2990
return
tnp.minimum(a, b)
2991
2992
def
sign(self, a):
2993
return
tnp.sign(a)
2994
2995
def
dot(self, a, b):
2996
if
len(b.shape) == 1:
Callers
nothing calls this directly
Calls
1
sign
Method · 0.45
Tested by
no test coverage detected