Sign in
android
/
platform
/
external
/
pytorch
/
afafd16671b2d2f253cad7c3d453ad1fc44cccf5
/
.
/
test
/
test_jit_fuser_legacy.py
blob: 5fb012ad4037105747b764703c63fd0c855f0336 [
file
] [
log
] [
blame
]
# Owner(s): ["oncall: jit"]
import
sys
sys
.
argv
.
append
(
"--jit_executor=legacy"
)
from
test_jit_fuser
import
*
# noqa: F403
if
__name__
==
'__main__'
:
run_tests
()