Skip to content

Commit 72432ba

Browse files
authored
Arm: support files with prefix "ops_"
Differential Revision: D69878804 Pull Request resolved: pytorch#8585
1 parent e2f8624 commit 72432ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backends/arm/operators/TARGETS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ python_library(
1313

1414
python_library(
1515
name = "ops",
16-
srcs = glob(["op_*.py"]),
16+
srcs = glob(["op_*.py", "ops_*.py"]),
1717
typing = True,
1818
deps = [
1919
"fbsource//third-party/serialization_lib/python/tosa:tosa",

0 commit comments

Comments
 (0)