Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/_dynamo/variables/
H A Dtorch.py1112 tx.output.example_value_from_input_node(data.as_proxy().node)
/aosp_15_r20/external/pytorch/torch/_dynamo/
H A Doutput_graph.py1707 def example_value_from_input_node(self, node: torch.fx.Node): member in OutputGraph