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 a2789d8 commit 4497c27Copy full SHA for 4497c27
exir/passes/spec_prop_pass.py
@@ -11,7 +11,7 @@
11
12
import torch
13
from executorch.exir.delegate import executorch_call_delegate
14
-from executorch.exir.pass_base import ExportPass, ProxyValue
+from executorch.exir.pass_base import ExportPass, NodeMetadata, ProxyValue
15
from executorch.exir.schema import TensorShapeDynamism
16
from executorch.exir.tensor import TensorSpec
17
from torch.export.exported_program import ExportGraphSignature
0 commit comments