Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A D__init__.py89 FSDPManagedNNModuleVariable,
H A Dnn_module.py1151 class FSDPManagedNNModuleVariable(UnspecializedNNModuleVariable): class
H A Dbuilder.py189 FSDPManagedNNModuleVariable,
1362 result = FSDPManagedNNModuleVariable(value, source=self.get_source())
H A Duser_defined.py1142 or isinstance(self, variables.FSDPManagedNNModuleVariable)