Sign in
android
/
platform
/
external
/
pytorch
/
ad44670fa1ce2dad7e2cdc3f90d27668e88e9548
/
.
/
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
()