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

Function f

imperative/python/test/unit/module/test_qat.py:281–283  ·  view source on GitHub ↗
(x)

Source from the content-addressed store, hash-verified

279
280 @jit.trace(capture_as_const=True)
281 def f(x):
282 qnet.eval()
283 return qnet(x)
284
285 f(inputs)
286 file = io.BytesIO()

Callers 15

init_graph_rtFunction · 0.50
process_one_taskMethod · 0.50
implMethod · 0.50
impl_Method · 0.50
OpTraitRegistryClass · 0.50
call_dnnMethod · 0.50
applyMethod · 0.50
makeMethod · 0.50
TESTFunction · 0.50

Calls 1

evalMethod · 0.45

Tested by

no test coverage detected