Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/
H A D_guards.py404 nn_modules: Dict[str, torch.nn.Module] = {} variable in ModuleContextCheckpointState
406 def __init__(self, nn_modules): argument
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py597 def nn_modules(self) -> Dict[str, Any]: member in OutputGraph