Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_functorch/_aot_autograd/
H A Dautograd_cache.py452 mod: Union[torch.fx.GraphModule, torch._dynamo.utils.GmWrapper],
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dutils.py2699 class GmWrapper(torch.nn.Module): class