Skip to content

Commit 6267b46

Browse files
authored
Add buck file for the debugger
Differential Revision: D67421109 Pull Request resolved: #7405
1 parent 75b0d8a commit 6267b46

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

backends/qualcomm/debugger/TARGETS

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
2+
3+
python_library(
4+
name = "utils",
5+
srcs = ["utils.py"],
6+
deps = [
7+
"//caffe2:torch",
8+
"fbsource//third-party/pypi/graphviz:graphviz",
9+
"//executorch/backends/qualcomm/aot/python:PyQnnManagerAdaptor",
10+
"fbsource//third-party/pypi/pandas:pandas",
11+
]
12+
)

0 commit comments

Comments
 (0)