Home
last modified time | relevance | path

Searched refs:_detect_attribute_assignment (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_functorch/
H A Daot_autograd.py619 ctx = _detect_attribute_assignment(mod)
1491 def _detect_attribute_assignment(mod: torch.nn.Module): function