load("@fbcode_macros//build_defs:python_library.bzl", "python_library") oncall("executorch") python_library( name = "lib", srcs = [ "_ops.py", ], deps = [ "//caffe2:torch", "//executorch/exir/dialects/edge:lib", ], )