Home
last modified time | relevance | path

Searched defs:as_python_constant (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Ddistributed.py115 def as_python_constant(self): member in PlacementClassVariable
150 def as_python_constant(self): member in PlacementVariable
214 def as_python_constant(self): member in DeviceMeshVariable
263 def as_python_constant(self): member in ProcessGroupVariable
H A Dlists.py83 def as_python_constant(self): member in BaseListVariable
281 def as_python_constant(self): member in RangeVariable
725 def as_python_constant(self): member in NamedTupleVariable
803 def as_python_constant(self): member in SliceVariable
863 def as_python_constant(self): member in ListIteratorVariable
961 def as_python_constant(self): member in RestrictedListSubclassVariable
H A Dmisc.py1108 def as_python_constant(self): member in MethodWrapperVariable
1130 def as_python_constant(self): member in GetSetDescriptorVariable
1149 def as_python_constant(self): member in PythonModuleVariable
1195 def as_python_constant(self): member in TypingVariable
1312 def as_python_constant(self): member in NumpyVariable
1486 def as_python_constant(self): member in ConstantLikeVariable
1619 def as_python_constant(self): member in RandomVariable
H A Dconstant.py88 def as_python_constant(self): member in ConstantVariable
230 def as_python_constant(self): member in EnumVariable
H A Dfunctions.py144 def as_python_constant(self): member in UserFunctionVariable
582 def as_python_constant(self): member in SkipFunctionVariable
804 def as_python_constant(self): member in FunctoolsPartialVariable
H A Ddicts.py162 def as_python_constant(self): member in ConstDictVariable
454 def as_python_constant(self): member in SetVariable
565 def as_python_constant(self): member in FrozensetVariable
H A Diter.py36 def as_python_constant(self): member in ItertoolsVariable
H A Dbase.py215 def as_python_constant(self): member in VariableTracker
H A Dtorch.py177 def as_python_constant(self): member in BaseTorchVariable
H A Duser_defined.py116 def as_python_constant(self): member in UserDefinedClassVariable
H A Dtensor.py1328 def as_python_constant(self): member in TensorSubclassVariable
H A Dbuiltin.py640 def as_python_constant(self): member in BuiltinVariable
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcomptime.py85 def as_python_constant(self): member in ComptimeVar