Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/black0017/MedicalZooPytorch
/ roundup
Function
roundup
lib/visual3D_temp/viz.py:37–38 ·
view source on GitHub ↗
(x, base=32)
Source
from the content-addressed store, hash-verified
35
36
37
def
roundup(x, base=32):
38
return
int(math.ceil(x / base)) * base
39
40
41
def
non_overlap_padding(args, full_volume, model,criterion, kernel_dim=(32, 32, 32)):
Callers
2
generate_padded_subvolumes
Function · 0.85
non_overlap_padding
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected