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 75b0d8a commit 6267b46Copy full SHA for 6267b46
backends/qualcomm/debugger/TARGETS
@@ -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