Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py1117 self.compile_and_call_fx_graph(tx, list(reversed(stack_values)), root)
1142 self.compile_and_call_fx_graph(tx, pass2.graph_output_vars(), root)
1293 def compile_and_call_fx_graph(self, tx, rv, root): member in OutputGraph