Skip to content

Commit

Permalink
Arm: support files with prefix "ops_"
Browse files Browse the repository at this point in the history
Differential Revision: D69878804

Pull Request resolved: #8585
  • Loading branch information
dbort authored Feb 20, 2025
1 parent e2f8624 commit 72432ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backends/arm/operators/TARGETS
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ python_library(

python_library(
name = "ops",
srcs = glob(["op_*.py"]),
srcs = glob(["op_*.py", "ops_*.py"]),
typing = True,
deps = [
"fbsource//third-party/serialization_lib/python/tosa:tosa",
Expand Down

0 comments on commit 72432ba

Please sign in to comment.