Home
last modified time | relevance | path

Searched refs:get_pytest_args (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/
H A Drun_test.py439 get_pytest_args(
445 unittest_args.extend(test_module.get_pytest_args())
1034 def get_pytest_args(options, is_cpp_test=False, is_distributed_test=False): function
/aosp_15_r20/external/pytorch/tools/test/
H A Dtest_test_run.py164 self.assertListEqual(sharded_test.get_pytest_args(), expected_args)
/aosp_15_r20/external/pytorch/tools/testing/
H A Dtest_run.py301 def get_pytest_args(self) -> list[str]: member in ShardedTest