Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dbuilder.py937 sym_node_proxy = self.tx.output.root_tracer.create_graph_input(
1103 proxy = self.tx.output.root_tracer.create_graph_input(
1147 proxy = self.tx.output.root_tracer.create_graph_input(
1228 tensor_list_proxy = self.tx.output.root_tracer.create_graph_input(
1553 tensor_proxy = self.tx.output.root_tracer.create_graph_input(
1681 proxy = self.tx.output.root_tracer.create_graph_input(
1819 proxy = self.tx.output.root_tracer.create_graph_input(
1890 proxy = self.tx.output.root_tracer.create_graph_input(
1964 proxy = self.tx.output.root_tracer.create_graph_input(
H A Dhigher_order_ops.py178 tracer.create_graph_input(a.as_proxy().node.name)
181 new_proxy = tracer.create_graph_input(node.name)
201 tracer.create_graph_input("const")
206 tracer.create_graph_input(a.as_proxy().node.name)
211 new_proxy = tracer.create_graph_input(node.name)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py451 self.backward_state_proxy = self.root_tracer.create_graph_input(
673 proxy = self.root_tracer.create_graph_input(
2075 def create_graph_input(self, name, type_expr=None, before=False, source=None): member in SubgraphTracer
2139 new_proxy = self.create_graph_input(proxy.node.name)