Home
last modified time | relevance | path

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

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