Home
last modified time | relevance | path

Searched defs:fw_pre_hook (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py729 def fw_pre_hook(h_module, input): function
1454 def fw_pre_hook(h_module, input): function
H A Dtest_fuse_eager.py392 def fw_pre_hook(fused_module_class, h_module, input): function
H A Dtest_quantize_eager_qat.py525 def fw_pre_hook(h_module, input): function
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_distributed_patterns.py28 def fw_pre_hook(mod, inp): function
/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py514 def fw_pre_hook(module: nn.Module, _inputs): function