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