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