MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / test_frozen_bn

Function test_frozen_bn

imperative/python/test/integration/test_bn.py:65–66  ·  view source on GitHub ↗
(is_training, use_trace, use_symbolic)

Source from the content-addressed store, hash-verified

63@pytest.mark.parametrize("use_trace", [False, True])
64@pytest.mark.parametrize("use_symbolic", [False, True])
65def test_frozen_bn(is_training, use_trace, use_symbolic):
66 run_frozen_bn(BatchNorm2d, is_training, use_trace, use_symbolic)
67
68
69@pytest.mark.require_ngpu(2)

Callers

nothing calls this directly

Calls 1

run_frozen_bnFunction · 0.85

Tested by

no test coverage detected