Searched refs:apply_input_props_using_example (Results 1 – 3 of 3) sorted by relevance
7 from torch.jit._passes._property_propagation import apply_input_props_using_example98 apply_input_props_using_example(graph, in_example)
123 _property_propagation.apply_input_props_using_example(graph, example_inputs)
16 def apply_input_props_using_example(graph: Graph, example_input: List[Any]): function