Searched defs:h_module (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/pytorch/test/quantization/eager/ |
H A D | test_quantize_eager_ptq.py | 729 def fw_pre_hook(h_module, input): argument 732 def fw_hook(h_module, input, output): argument 1454 def fw_pre_hook(h_module, input): argument 1457 def fw_hook(h_module, input, output): argument
|
H A D | test_fuse_eager.py | 392 def fw_pre_hook(fused_module_class, h_module, input): argument 398 def fw_hook(fused_module_class, h_module, input, output): argument
|
H A D | test_quantize_eager_qat.py | 525 def fw_pre_hook(h_module, input): argument 528 def fw_hook(h_module, input, output): argument
|
/aosp_15_r20/external/pytorch/test/nn/ |
H A D | test_module_hooks.py | 945 def fw_hook(inc, h_module, input, output): argument 953 def bw_hook(inc, h_module, grad_input, grad_output): argument 1227 def fw_hook(inc, h_module, input, output): argument 1235 def bw_hook(inc, h_module, grad_input, grad_output): argument 1244 def bw_pre_hook(inc, h_module, grad_output): argument
|
/aosp_15_r20/external/crosvm/win_util/src/ |
H A D | dll_notification.rs | 362 let h_module = { in load_dll() localVariable 421 let h_module = unsafe { LoadLibraryA(test_dll_name.as_ptr()) }; in unload_dll() localVariable
|
/aosp_15_r20/external/intel-media-driver/media_softlet/linux/common/ddi/ |
H A D | media_libva_interface_next.cpp | 818 HMODULE h_module = nullptr; in ConnectX11() local
|
/aosp_15_r20/external/intel-media-driver/media_driver/linux/common/ddi/ |
H A D | media_libva.cpp | 722 HMODULE h_module = nullptr; in DdiMedia_ConnectX11() local
|