Sign in
android
/
platform
/
external
/
pytorch
/
dd64d26d74
/
.
/
test
/
test_jit_fuser_profiling.py
blob: a25839b4eb0d02446bbf148e9a467540dce996ca [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--ge_config=profiling"
)
from
test_jit_fuser
import
*
if
__name__
==
'__main__'
:
run_tests
()