We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46a18cb commit 03a3f07Copy full SHA for 03a3f07
backends/arm/operators/TARGETS
@@ -10,13 +10,19 @@ python_library(
10
],
11
)
12
13
+python_library(
14
+ name = "operator_validation_utils",
15
+ srcs = ["operator_validation_utils.py"],
16
+)
17
+
18
python_library(
19
name = "ops",
20
srcs = glob(["op_*.py", "ops_*.py"]),
21
deps = [
22
"fbsource//third-party/tosa_tools/v0.80/serialization_lib/python/tosa:tosa",
23
"fbsource//third-party/tosa_tools/v1.00/serialization_lib/python/tosa:tosa",
24
":node_visitor",
25
+ ":operator_validation_utils",
26
"//executorch/backends/arm:tosa_mapping",
27
"//executorch/backends/arm:tosa_quant_utils",
28
"//executorch/backends/arm:tosa_utils",
0 commit comments