Sign in
android
/
platform
/
external
/
pytorch
/
dc26f5eb65
/
.
/
test
/
test_jit_simple.py
blob: 822c2170e9fe27028c3783bd25e82bfee9976800 [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--jit_executor=simple"
)
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
)