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

Method floor

ot/backend.py:3309–3310  ·  view source on GitHub ↗
(self, a)

Source from the content-addressed store, hash-verified

3307 return tnp.tile(a, reps)
3308
3309 def floor(self, a):
3310 return tf.floor(a)
3311
3312 def prod(self, a, axis=0):
3313 return tnp.prod(a, axis=axis)

Callers

nothing calls this directly

Calls 1

floorMethod · 0.45

Tested by

no test coverage detected