MCPcopy 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

74def 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_bnFunction · 0.70
run<all_oprs>Function · 0.50

Calls 2

run_frozen_bnFunction · 0.85
run_syncbnFunction · 0.85

Tested by

no test coverage detected