Sign in
android
/
platform
/
external
/
pytorch
/
60fea510a1
/
.
/
test
/
test_jit_simple.py
blob: 23da6602c5725abd16e62e389dfc458282a9f286 [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--jit_executor=simple"
)
from
test_jit
import
*
if
__name__
==
'__main__'
:
run_tests
()
if
not
PY2
:
import
test_jit_py3
suite
=
unittest
.
findTestCases
(
test_jit_py3
)
unittest
.
TextTestRunner
().
run
(
suite
)