blob: 4ce8b5cad2c5a0ce57b9c86cc636eff080d97dce [file]
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
python_library(
name = "quantization_annotation",
srcs = glob(["*.py"]),
typing = True,
deps = [
"//caffe2:torch",
"//executorch/backends/arm/quantizer:arm_quantizer_utils",
"//executorch/backends/arm/quantizer:quantization_config",
],
)