• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
2
3oncall("executorch")
4
5python_unittest(
6    name = "test_delegation_info",
7    srcs = [
8        "test_delegation_info.py",
9    ],
10    deps = [
11        "fbsource//third-party/pypi/pandas:pandas",
12        "//caffe2:torch",
13        "//executorch/devtools/backend_debug:delegation_info",
14        "//executorch/exir:lib",
15        "//executorch/exir/backend/test:op_partitioner_demo",
16    ],
17)
18