Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ any
Method
any
ot/backend.py:2093–2094 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
2091
return
torch.linalg.norm(a, dim=axis, keepdims=keepdims)
2092
2093
def
any(self, a):
2094
return
torch.any(a)
2095
2096
def
isnan(self, a):
2097
return
torch.isnan(a)
Callers
nothing calls this directly
Calls
1
any
Method · 0.45
Tested by
no test coverage detected