Sign in
android
/
platform
/
external
/
pytorch
/
afafd16671b2d2f253cad7c3d453ad1fc44cccf5
/
.
/
test
/
test_jit_legacy.py
blob: e424f46ba89623496902a8453418a7a591dab3d5 [
file
] [
log
] [
blame
]
# Owner(s): ["oncall: jit"]
import
sys
sys
.
argv
.
append
(
"--jit_executor=legacy"
)
from
test_jit
import
*
# noqa: F403
if
__name__
==
'__main__'
:
run_tests
()