xref: /aosp_15_r20/external/executorch/backends/arm/quantizer/quantization_annotation/TARGETS (revision 523fa7a60841cd1ecfb9cc4201f1ca8b03ed023a)
1load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
2
3python_library(
4    name = "quantization_annotation",
5    srcs = glob(["*.py"]),
6    typing = True,
7    deps = [
8        "//caffe2:torch",
9        "//executorch/backends/arm/quantizer:arm_quantizer_utils",
10        "//executorch/backends/arm/quantizer:quantization_config",
11    ],
12)
13