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

Method tile

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

Source from the content-addressed store, hash-verified

3304 return a.dtype.is_floating
3305
3306 def tile(self, a, reps):
3307 return tnp.tile(a, reps)
3308
3309 def floor(self, a):
3310 return tf.floor(a)

Callers

nothing calls this directly

Calls 1

tileMethod · 0.45

Tested by

no test coverage detected