Home
last modified time | relevance | path

Searched defs:is_python_constant (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dconstant.py91 def is_python_constant(self): member in ConstantVariable
H A Dbase.py226 def is_python_constant(self): member in VariableTracker
H A Dmisc.py1105 def is_python_constant(self): member in MethodWrapperVariable
1127 def is_python_constant(self): member in GetSetDescriptorVariable
H A Ddicts.py375 def is_python_constant(self): member in DefaultDictVariable
H A Dlists.py964 def is_python_constant(self): member in RestrictedListSubclassVariable
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcomptime.py97 def is_python_constant(self): member in ComptimeVar