Sign in
android
/
platform
/
external
/
pytorch
/
2236f43da0
/
.
/
test
/
test_jit_fuser_legacy.py
blob: 943297c6089c519f890f3c9ba0f34e7c0144b2be [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--jit_executor=legacy"
)
from
test_jit_fuser
import
*
# noqa: F403
if
__name__
==
'__main__'
:
run_tests
()