Searched defs:is_python_constant (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/pytorch/torch/_dynamo/variables/ | ||
H A D | constant.py | 91 def is_python_constant(self): member in ConstantVariable |
H A D | base.py | 226 def is_python_constant(self): member in VariableTracker |
H A D | misc.py | 1105 def is_python_constant(self): member in MethodWrapperVariable |
H A D | dicts.py | 375 def is_python_constant(self): member in DefaultDictVariable |
H A D | lists.py | 964 def is_python_constant(self): member in RestrictedListSubclassVariable |
/aosp_15_r20/external/pytorch/torch/_dynamo/ | ||
H A D | comptime.py | 97 def is_python_constant(self): member in ComptimeVar |