Home
last modified time | relevance | path

Searched defs:call_hasattr (Results 1 – 11 of 11) sorted by relevance

/external/pytorch/torch/_dynamo/variables/
Dlists.py449 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in ListVariable
560 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in TupleVariable
705 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in SizeVariable
769 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in NamedTupleVariable
Dconstant.py206 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in ConstantVariable
Dfunctions.py92 def call_hasattr(self, tx, name: str) -> VariableTracker: member in BaseUserFunctionVariable
281 def call_hasattr(self, tx, name: str) -> VariableTracker: member in UserFunctionVariable
798 def call_hasattr(self, tx, name: str) -> VariableTracker: member in FunctoolsPartialVariable
Ddicts.py359 def call_hasattr(self, tx, name): member in ConstDictVariable
910 call_hasattr = _call_hasattr_customobj variable in CustomizedDictVariable
965 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in HFPretrainedConfigVariable
Duser_defined.py580 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in UserDefinedClassVariable
1179 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in UserDefinedObjectVariable
Dbase.py315 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in VariableTracker
Dnn_module.py190 def call_hasattr(self, tx: "InstructionTranslator", name: str) -> "VariableTracker": member in NNModuleVariable
Dtorch.py180 def call_hasattr(self, tx: "InstructionTranslator", name): member in BaseTorchVariable
Dtensor.py346 def call_hasattr(self, tx: "InstructionTranslator", name): member in TensorVariable
Dbuiltin.py1559 def call_hasattr(self, tx: "InstructionTranslator", obj, attr): member in BuiltinVariable
Dmisc.py1155 def call_hasattr(self, tx: "InstructionTranslator", name): member in PythonModuleVariable