Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
244
def
floor_div(x, y):
245
return
floor(div(x, y))
246
247
248
def
mod(x, y):
Callers
2
operator/
Method · 0.50
run<grad>
Function · 0.50
Calls
2
div
Function · 0.85
floor
Function · 0.50
Tested by
1
run<grad>
Function · 0.40