Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ array_equal
Method
array_equal
ot/backend.py:1860–1861 ·
view source on GitHub ↗
(self, a, b)
Source
from the content-addressed store, hash-verified
1858
return
jnp.isfinite(a)
1859
1860
def
array_equal(self, a, b):
1861
return
jnp.array_equal(a, b)
1862
1863
def
is_floating_point(self, a):
1864
return
a.dtype.kind ==
"f"
Callers
nothing calls this directly
Calls
1
array_equal
Method · 0.45
Tested by
no test coverage detected