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 b5160cc commit 8321a4aCopy full SHA for 8321a4a
backends/xnnpack/quantizer/TARGETS
@@ -5,6 +5,7 @@ python_library(
5
srcs = ["xnnpack_quantizer.py"],
6
deps = [
7
":xnnpack_quantizer_utils",
8
+ "//executorch/backends/xnnpack/utils:xnnpack_utils",
9
"//caffe2:torch",
10
"//executorch/exir:lib",
11
],
@@ -16,5 +17,6 @@ python_library(
16
17
18
19
20
21
22
)
0 commit comments