pytorch/test/test_jit_profiling.py

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
165 B
Python
Raw Normal View History

# Owner(s): ["oncall: jit"]
import sys
sys.argv.append("--jit-executor=profiling")
from test_jit import * # noqa: F403
if __name__ == '__main__':
run_tests()