Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/pytorch/tutorials
/ ceil_div
Function
ceil_div
advanced_source/coding_ddpg.py:990–991 ·
view source on GitHub ↗
(x, y)
Source
from the content-addressed store, hash-verified
988
989
990
def
ceil_div(x, y):
991
return
-x // (-y)
992
993
994
buffer_size = 1_000_000
Callers
1
coding_ddpg.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected