Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Dcodegen.py164 self.load_graph_output(graph_outputs[graph_outputs_key].index)
186 self.load_graph_output(graph_outputs[graph_outputs_key].index)
206 self.load_graph_output(graph_outputs[graph_outputs_key].index)
211 self.load_graph_output(graph_outputs[graph_outputs_key].index)
217 self.load_graph_output(graph_outputs[graph_outputs_key].index)
248 def load_graph_output(self, index): member in PyCodegen