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