MCPcopy Create free account
hub / github.com/PythonOT/POT / tile

Method tile

ot/backend.py:2849–2850  ·  view source on GitHub ↗
(self, a, reps)

Source from the content-addressed store, hash-verified

2847 return a.dtype.kind == "f"
2848
2849 def tile(self, a, reps):
2850 return cp.tile(a, reps)
2851
2852 def floor(self, a):
2853 return cp.floor(a)

Callers

nothing calls this directly

Calls 1

tileMethod · 0.45

Tested by

no test coverage detected