mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-20 12:54:11 +08:00
see https://github.com/pytorch/pytorch/pull/76480 fixed most lint errors Pull Request resolved: https://github.com/pytorch/pytorch/pull/77612 Approved by: https://github.com/kit1980
14 lines
245 B
Plaintext
14 lines
245 B
Plaintext
python_library(
|
|
name = "jit",
|
|
srcs = glob([
|
|
"*.py",
|
|
"templates/*",
|
|
]),
|
|
base_module = "tools.jit",
|
|
visibility = ["PUBLIC"],
|
|
deps = [
|
|
"//:aten_code_template",
|
|
"//torchgen:torchgen",
|
|
],
|
|
)
|