Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ floor
Method
floor
ot/backend.py:1869–1870 ·
view source on GitHub ↗
(self, a)
Source
from the content-addressed store, hash-verified
1867
return
jnp.tile(a, reps)
1868
1869
def
floor(self, a):
1870
return
jnp.floor(a)
1871
1872
def
prod(self, a, axis=0):
1873
return
jnp.prod(a, axis=axis)
Callers
nothing calls this directly
Calls
1
floor
Method · 0.45
Tested by
no test coverage detected