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 97a4600 commit 244546bCopy full SHA for 244546b
backends/arm/quantizer/TARGETS
@@ -3,7 +3,6 @@ load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
3
python_library(
4
name = "arm_quantizer",
5
srcs = ["arm_quantizer.py"],
6
- typing = True,
7
deps = [
8
":arm_quantizer_utils",
9
"//caffe2:torch",
@@ -15,7 +14,6 @@ python_library(
15
14
16
name = "quantization_config",
17
srcs = ["quantization_config.py"],
18
19
20
21
],
@@ -24,7 +22,6 @@ python_library(
24
22
25
23
name = "arm_quantizer_utils",
26
srcs = ["arm_quantizer_utils.py"],
27
28
29
":quantization_config",
30
0 commit comments