Home
last modified time | relevance | path

Searched refs:global_mangled_class_name (Results 1 – 3 of 3) sorted by relevance

/external/pytorch/torch/_dynamo/variables/
Dtorch_function.py290 if self.global_mangled_class_name(tx) not in tx.output.global_scope:
293 self.global_mangled_class_name(tx), self.class_type
301 self.class_type, source=GlobalSource(self.global_mangled_class_name(tx))
304 def global_mangled_class_name(self, tx): member in TensorWithTFOverrideVariable
/external/pytorch/torch/_dynamo/
Dcodegen.py167 value.global_mangled_class_name(self.tx), add=True
/external/pytorch/test/dynamo/
Dtest_modules.py1340 original = TensorWithTFOverrideVariable.global_mangled_class_name
1348 TensorWithTFOverrideVariable.global_mangled_class_name = instrumented
1389 TensorWithTFOverrideVariable.global_mangled_class_name = original