xref: /aosp_15_r20/external/pytorch/test/test_jit_legacy.py (revision da0073e96a02ea20f0ac840b70461e3646d07c45)
1# Owner(s): ["oncall: jit"]
2
3import sys
4sys.argv.append("--jit-executor=legacy")
5from test_jit import *  # noqa: F403
6
7if __name__ == '__main__':
8    run_tests()
9