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