Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MegEngine/MegEngine
/ worker
Function
worker
imperative/python/test/integration/test_bn.py:76–77 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
74
def
test_frozen_synced_bn(is_training, use_trace, use_symbolic):
75
@dist.launcher(n_gpus=2)
76
def
worker():
77
run_frozen_bn(SyncBatchNorm, is_training, use_trace, use_symbolic)
78
79
worker()
80
Callers
3
test_frozen_synced_bn
Function · 0.70
test_trace_several_syncbn
Function · 0.70
run<all_oprs>
Function · 0.50
Calls
2
run_frozen_bn
Function · 0.85
run_syncbn
Function · 0.85
Tested by
no test coverage detected