Sign in
android
/
platform
/
external
/
pytorch
/
ae864d4fb9977b46eb547f6756cdfa4191880e05
/
.
/
tools
/
setup_helpers
/
gen_unboxing.py
blob: d2883f6d1e489966348cd6a332cc7e22cc959c48 [
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
tools
.
jit
.
gen_unboxing
tools
.
jit
.
gen_unboxing
.
main
()