Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/distributed/tensor/experimental/
H A D_attention.py675 def backward_hook(grad: torch.Tensor) -> None: function
711 def backward_hook(grad: torch.Tensor) -> None: function
/aosp_15_r20/external/pytorch/test/distributed/_composable/
H A Dtest_contract.py45 def backward_hook( function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_modules.py2511 def backward_hook(name, mod, grad_inp, grad_out): function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_tracer.py2004 def backward_hook(module, grad_input, grad_output): function