Home
last modified time | relevance | path

Searched refs:value_from_source (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py67 self.value_from_source: bool = True
69 def restore_stack(self, stack_values, *, value_from_source=True): argument
72 prev = self.value_from_source
73 self.value_from_source &= value_from_source
78 self.value_from_source = prev
152 if value.source is not None and allow_cache and self.value_from_source:
H A Doutput_graph.py1185 cg.restore_stack(stack_values, value_from_source=not tx.export)