Skip to content
Merged

Fix BUCK #10740

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions backends/arm/operators/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,19 @@ python_library(
],
)

python_library(
name = "operator_validation_utils",
srcs = ["operator_validation_utils.py"],
)

python_library(
name = "ops",
srcs = glob(["op_*.py", "ops_*.py"]),
deps = [
"fbsource//third-party/tosa_tools/v0.80/serialization_lib/python/tosa:tosa",
"fbsource//third-party/tosa_tools/v1.00/serialization_lib/python/tosa:tosa",
":node_visitor",
":operator_validation_utils",
"//executorch/backends/arm:tosa_mapping",
"//executorch/backends/arm:tosa_quant_utils",
"//executorch/backends/arm:tosa_utils",
Expand Down
Loading