Sign in
android
/
platform
/
external
/
pytorch
/
refs/heads/sdk-release
/
.
/
test
/
test_jit_simple.py
blob: 7c734434dfba4e2734b0d94d3d458c1d4187d6f3 [
file
] [
log
] [
blame
] [
edit
]
# Owner(s): ["oncall: jit"]
import
sys
sys
.
argv
.
append
(
"--jit-executor=simple"
)
from
test_jit
import
*
# noqa: F403
if
__name__
==
'__main__'
:
run_tests
()