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