We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb7a303 commit 6e09d32Copy full SHA for 6e09d32
torch/jit/_passes/_property_propagation.py
@@ -1,4 +1,3 @@
1
-# mypy: allow-untyped-defs
2
"""
3
Tools to help with tensor property propagation.
4
@@ -13,7 +12,7 @@
13
12
from torch._C import Graph
14
15
16
-def apply_input_props_using_example(graph: Graph, example_input: List[Any]):
+def apply_input_props_using_example(graph: Graph, example_input: List[Any]) -> None:
17
18
Applies properties for each tensor in the graph inputs
19
using the example supplied.
0 commit comments