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

Method floor

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

Source from the content-addressed store, hash-verified

2424 return a.repeat(reps)
2425
2426 def floor(self, a):
2427 return torch.floor(a)
2428
2429 def prod(self, a, axis=0):
2430 return torch.prod(a, dim=axis)

Callers

nothing calls this directly

Calls 1

floorMethod · 0.45

Tested by

no test coverage detected