Sign in
android
/
platform
/
external
/
pytorch
/
dc29604fd1
/
.
/
test
/
test_jit_profiling.py
blob: 1cf67f87ded9bba0bf8c135b9d1c3fd879d24ee4 [
file
] [
log
] [
blame
]
import
sys
sys
.
argv
.
append
(
"--jit_executor=profiling"
)
from
test_jit
import
*
if
__name__
==
'__main__'
:
run_tests
()
import
test_jit_py3
suite
=
unittest
.
findTestCases
(
test_jit_py3
)
unittest
.
TextTestRunner
().
run
(
suite
)