1load("@fbcode_macros//build_defs:python_library.bzl", "python_library") 2 3oncall("executorch") 4 5python_library( 6 name = "lib", 7 srcs = [ 8 "_ops.py", 9 ], 10 deps = [ 11 "//caffe2:torch", 12 "//executorch/exir/dialects/edge:lib", 13 ], 14) 15