Home
last modified time | relevance | path

Searched defs:BackwardCFunction (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dexternal_utils.py78 real: torch.autograd.function.BackwardCFunction,
/aosp_15_r20/external/pytorch/torch/autograd/
H A Dfunction.py287 class BackwardCFunction(_C._FunctionBase, FunctionCtx, _HookMixin): class