Skip to content

Commit 8321a4a

Browse files
authored
forward fix dq conv
Differential Revision: D73481903 Pull Request resolved: #10399
1 parent b5160cc commit 8321a4a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

backends/xnnpack/quantizer/TARGETS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ python_library(
55
srcs = ["xnnpack_quantizer.py"],
66
deps = [
77
":xnnpack_quantizer_utils",
8+
"//executorch/backends/xnnpack/utils:xnnpack_utils",
89
"//caffe2:torch",
910
"//executorch/exir:lib",
1011
],
@@ -16,5 +17,6 @@ python_library(
1617
deps = [
1718
"//caffe2:torch",
1819
"//executorch/exir:lib",
20+
"//executorch/backends/xnnpack/utils:xnnpack_utils",
1921
],
2022
)

0 commit comments

Comments
 (0)