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 a809953 commit bec0625Copy full SHA for bec0625
backends/arm/TARGETS
@@ -70,6 +70,18 @@ python_library(
70
],
71
)
72
73
+python_library(
74
+ name = "tosa_specification",
75
+ srcs = [
76
+ "tosa_specification.py",
77
+ ],
78
+ typing = True,
79
+ deps = [
80
+ "fbsource//third-party/pypi/packaging:packaging",
81
+ "//executorch/exir/backend:compile_spec_schema",
82
83
+)
84
+
85
python_library(
86
name = "tosa_utils",
87
srcs = [
backends/arm/operators/TARGETS
@@ -7,6 +7,7 @@ python_library(
7
typing = True,
8
deps = [
9
"//executorch/backends/arm:tosa_mapping",
10
+ "//executorch/backends/arm:tosa_specification",
11
12
13
0 commit comments