Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dsymbolic_convert.py378 if not self.should_compile_partial_graph():
479 isinstance(value, (TensorVariable)) and self.should_compile_partial_graph()
538 if self.should_compile_partial_graph():
593 if not self.should_compile_partial_graph():
880 and self.should_compile_partial_graph()
1765 if not self.should_compile_partial_graph():
1773 if not self.should_compile_partial_graph():
1795 def should_compile_partial_graph(self) -> bool: member in InstructionTranslatorBase
2809 def should_compile_partial_graph(self): member in InstructionTranslator
3287 def should_compile_partial_graph(self): member in InliningInstructionTranslator