Sign in
android
/
platform
/
external
/
pytorch
/
b87229f19d
/
.
/
test
/
test_nvfuser_frontend.py
blob: 59da68c524a0215ff67e5a25eb9b94fc4c72c5b8 [
file
] [
log
] [
blame
]
# Owner(s): ["module: nvfuser"]
try
:
from
_nvfuser
.
test_python_frontend
import
run_tests
# noqa: F403
except
ImportError
:
def
run_tests
():
return
pass
if
__name__
==
'__main__'
:
run_tests
()