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 b86f5af commit 087fe59Copy full SHA for 087fe59
exir/TARGETS
@@ -15,7 +15,7 @@ python_library(
15
":types",
16
"//caffe2:torch",
17
"//executorch/exir/operator:convert",
18
- "//executorch/exir/operator::util",
+ "//executorch/exir/operator:util",
19
"//executorch/extension/pytree:pylib",
20
],
21
)
exir/passes/TARGETS
@@ -119,7 +119,7 @@ python_library(
119
120
"//executorch/exir/dialects:lib",
121
"//executorch/exir/dialects/edge:lib",
122
123
"//executorch/exir/passes:replace_aten_with_edge_pass",
124
125
0 commit comments