Home
last modified time | relevance | path

Searched defs:backward_hooks (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/
H A D_utils.py199 backward_hooks, argument
220 backward_hooks, argument
382 backward_hooks, argument
426 def _rebuild_parameter(data, requires_grad, backward_hooks): argument
436 def _rebuild_parameter_with_state(data, requires_grad, backward_hooks, state): argument
/aosp_15_r20/external/pytorch/functorch/csrc/dim/
H A Dpython_variable_simple.h23 PyObject* backward_hooks = nullptr; member
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.h23 PyObject* backward_hooks = nullptr; member
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dfunction.py279 def _register_hook(backward_hooks, hook): argument