blob: 8c0105f1cf8e7c29620315d275cedfac66339475 [file] [log] [blame]
python_library(
name = "jit",
srcs = glob([
"*.py",
"templates/*",
]),
base_module = "tools.jit",
visibility = ["PUBLIC"],
deps = [
"//torchgen:torchgen",
],
)