blob: 1fd4b5c4757e263ddb41638b2a16e1731c0432fb [file]
load("@fbsource//xplat/executorch/build:runtime_wrapper.bzl", "runtime")
oncall("executorch")
runtime.python_library(
name = "operators",
srcs = glob(["*.py"]),
visibility = [
"//executorch/...",
"@EXECUTORCH_CLIENTS",
],
deps = [
"//executorch/backends/xnnpack/utils:xnnpack_utils",
"//executorch/exir:graph_module",
"//executorch/exir/backend:backend_details",
],
)