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 8a84952 commit 0fb4f85Copy full SHA for 0fb4f85
docs/TARGETS
@@ -9,8 +9,9 @@ python_binary(
9
par_style = "xar",
10
deps = [
11
"//caffe2:torch",
12
- "//executorch/exir:lib",
+ "//executorch/backends/xnnpack/quantizer:xnnpack_quantizer",
13
"//executorch/devtools:lib",
14
+ "//executorch/exir:lib",
15
"//executorch/exir/backend/test:backend_with_compiler_demo",
16
"//executorch/exir/backend/test:op_partitioner_demo",
17
"//executorch/devtools/bundled_program/serialize:lib",
0 commit comments