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