Sign in
android
/
platform
/
external
/
pytorch
/
26e1afe9f2
/
.
/
tools
/
jit
/
BUCK.oss
blob: 8c0105f1cf8e7c29620315d275cedfac66339475 [
file
] [
log
] [
blame
]
python_library
(
name
=
"jit"
,
srcs
=
glob
([
"*.py"
,
"templates/*"
,
]),
base_module
=
"tools.jit"
,
visibility
=
[
"PUBLIC"
],
deps
=
[
"//torchgen:torchgen"
,
],
)