Home
last modified time | relevance | path

Searched defs:bw_hook (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/nn/
H A Dtest_module_hooks.py520 def bw_hook(module: nn.Module, _inputs, _outputs): function
953 def bw_hook(inc, h_module, grad_input, grad_output): function
1046 def bw_hook(module, grad_input, grad_output): function
1235 def bw_hook(inc, h_module, grad_input, grad_output): function
1336 def bw_hook(m, grad_in, grad_output): function
1601 def bw_hook(module, grad_input, grad_output): function
1616 def bw_hook(module, grad_input, grad_output): function
/aosp_15_r20/external/pytorch/test/cpp/api/
H A Dautograd.cpp983 std::function<void(int, Variable)> bw_hook( in TEST() local
/aosp_15_r20/external/pytorch/test/
H A Dtest_autograd.py1741 def bw_hook(inc, grad): function
1991 def bw_hook(grad): function