Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PythonOT/POT
/ tile
Method
tile
ot/backend.py:1438–1439 ·
view source on GitHub ↗
(self, a, reps)
Source
from the content-addressed store, hash-verified
1436
return
a.dtype.kind ==
"f"
1437
1438
def
tile(self, a, reps):
1439
return
np.tile(a, reps)
1440
1441
def
floor(self, a):
1442
return
np.floor(a)
Callers
nothing calls this directly
Calls
1
tile
Method · 0.45
Tested by
no test coverage detected