Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/variables/
D__init__.py78 PythonModuleVariable,
Dbuilder.py180 PythonModuleVariable,
1015 result = PythonModuleVariable(
2865 handlers[types.ModuleType] = lambda tx, value: PythonModuleVariable(value)
Dmisc.py1134 class PythonModuleVariable(VariableTracker): class
/external/pytorch/torch/_dynamo/
Dsymbolic_convert.py118 PythonModuleVariable,
1247 self.push(PythonModuleVariable(value, source=source))