Home
last modified time | relevance | path

Searched defs:unit_test_class (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/test/cpp_api_parity/
H A Dmodule_impl_check.py106 def run_python_forward_backward(unit_test_class, test_params): argument
157 def test_forward_backward(unit_test_class, test_params): argument
294 unit_test_class, test_params_dict, test_instance_class, parity_table, devices argument
366 def build_cpp_tests(unit_test_class, print_cpp_source=False): argument
H A Dfunctional_impl_check.py76 def run_forward(unit_test_class, test_params): argument
100 def test_forward(unit_test_class, test_params): argument
211 unit_test_class, test_params_dict, test_instance_class, parity_table, devices argument
295 def build_cpp_tests(unit_test_class, print_cpp_source=False): argument
H A Dutils.py169 def has_test(unit_test_class, test_name): argument
173 def add_test(unit_test_class, test_name, test_fn): argument