Sign in
android
/
platform
/
external
/
pytorch
/
ae593d0393
/
.
/
tools
/
setup_helpers
/
gen.py
blob: 3ca9a878790602cee18188627727ef2d48594ead [
file
] [
log
] [
blame
]
# Little stub file to get BUILD.bazel to play along
import
os
.
path
import
sys
root
=
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
dirname
(
os
.
path
.
abspath
(
__file__
))))
sys
.
path
.
insert
(
0
,
root
)
import
torchgen
.
gen
torchgen
.
gen
.
main
()