MCPcopy 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
990def ceil_div(x, y):
991 return -x // (-y)
992
993
994buffer_size = 1_000_000

Callers 1

coding_ddpg.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected