Home
last modified time | relevance | path

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

/external/pytorch/torch/_dynamo/variables/
Dtorch.py1054 placeholder = tx.output.synthetic_graph_input(
/external/pytorch/torch/_dynamo/
Doutput_graph.py483 def synthetic_graph_input(self, fn, args): member in OutputGraph