Skip to content

Commit 7cad362

Browse files
mcr229facebook-github-bot
authored andcommitted
forward fix dq conv (#10399)
Summary: Pull Request resolved: #10399 forward fixing some buck target issues with dq conv pr Reviewed By: jackzhxng Differential Revision: D73481903
1 parent 3e38b85 commit 7cad362

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)