Skip to content

Commit 03a3f07

Browse files
authored
Fix BUCK
Differential Revision: D74290346 Pull Request resolved: #10740
1 parent 46a18cb commit 03a3f07

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

backends/arm/operators/TARGETS

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,19 @@ python_library(
1010
],
1111
)
1212

13+
python_library(
14+
name = "operator_validation_utils",
15+
srcs = ["operator_validation_utils.py"],
16+
)
17+
1318
python_library(
1419
name = "ops",
1520
srcs = glob(["op_*.py", "ops_*.py"]),
1621
deps = [
1722
"fbsource//third-party/tosa_tools/v0.80/serialization_lib/python/tosa:tosa",
1823
"fbsource//third-party/tosa_tools/v1.00/serialization_lib/python/tosa:tosa",
1924
":node_visitor",
25+
":operator_validation_utils",
2026
"//executorch/backends/arm:tosa_mapping",
2127
"//executorch/backends/arm:tosa_quant_utils",
2228
"//executorch/backends/arm:tosa_utils",

0 commit comments

Comments
 (0)