Home
last modified time | relevance | path

Searched defs:fw_hook (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py517 def fw_hook(module: nn.Module, _inputs, _outputs): function
945 def fw_hook(inc, h_module, input, output): function
1227 def fw_hook(inc, h_module, input, output): function
/aosp_15_r20/external/pytorch/test/quantization/eager/
H A Dtest_quantize_eager_ptq.py732 def fw_hook(h_module, input, output): function
1457 def fw_hook(h_module, input, output): function
H A Dtest_fuse_eager.py398 def fw_hook(fused_module_class, h_module, input, output): function
H A Dtest_quantize_eager_qat.py528 def fw_hook(h_module, input, output): function
/aosp_15_r20/external/pytorch/test/distributed/_tensor/
H A Dtest_dtensor_compile.py475 def fw_hook(module, inp, out): function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_hooks.py775 def fw_hook(inp): function