blob: ae234df8ce456c9d0a14461f5d3ddcca81087277 [file] [log] [blame]
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
oncall("executorch")
python_unittest(
name = "test_delegation_info",
srcs = [
"test_delegation_info.py",
],
deps = [
"fbsource//third-party/pypi/pandas:pandas",
"//caffe2:torch",
"//executorch/devtools/backend_debug:delegation_info",
"//executorch/exir:lib",
"//executorch/exir/backend/test:op_partitioner_demo",
],
)