MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / floor_div

Function floor_div

imperative/python/megengine/xla/rules/elemwise.py:244–245  ·  view source on GitHub ↗
(x, y)

Source from the content-addressed store, hash-verified

242
243
244def floor_div(x, y):
245 return floor(div(x, y))
246
247
248def mod(x, y):

Callers 2

operator/Method · 0.50
run<grad>Function · 0.50

Calls 2

divFunction · 0.85
floorFunction · 0.50

Tested by 1

run<grad>Function · 0.40