load("@fbcode_macros//build_defs:python_library.bzl", "python_library") oncall("executorch") python_library( name = "xnnpack_utils", srcs = glob(["*.py"]), deps = [ "//caffe2:torch", "//executorch/exir:lib", "//executorch/exir:pass_manager", "//executorch/exir/backend/canonical_partitioners:config_partitioner_lib", "//executorch/exir/dialects:lib", "//pytorch/ao:torchao", # @manual ], )