Sign in
android
/
platform
/
external
/
pytorch
/
1c8949c51a
/
.
/
test
/
test_jit_legacy.py
blob: 0405f2259f76f80ea4328283098b7d494a0b7077 [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--jit_executor=legacy"
)
from
test_jit
import
*
# noqa: F403
if
__name__
==
'__main__'
:
run_tests
()
import
test_jit_py3
suite
=
unittest
.
findTestCases
(
test_jit_py3
)
unittest
.
TextTestRunner
().
run
(
suite
)