Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
test_quantize_batchmatmul_activation
Function · 0.70
init_graph_rt
Function · 0.50
process_one_task
Method · 0.50
impl
Method · 0.50
impl_
Method · 0.50
OpTraitRegistry
Class · 0.50
call_dnn
Method · 0.50
generate_batchnorm_backward_graph
Function · 0.50
apply
Method · 0.50
make
Method · 0.50
TEST
Function · 0.50
gen_halide_pipeline_schedule
Method · 0.50
Calls
1
eval
Method · 0.45
Tested by
no test coverage detected