Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/cpp_api_parity/
H A Dfunctional_impl_check.py186 def process_test_params_for_functional(test_params_dict, device, test_instance_class): argument
187 test_instance = test_instance_class(**test_params_dict)
211 unit_test_class, test_params_dict, test_instance_class, parity_table, devices argument
251 test_instance_class=test_instance_class,
H A Dmodule_impl_check.py260 def process_test_params_for_module(test_params_dict, device, test_instance_class): argument
265 test_instance = test_instance_class(**test_params_dict)
294 unit_test_class, test_params_dict, test_instance_class, parity_table, devices argument
317 test_instance_class=test_instance_class,
/aosp_15_r20/external/pytorch/test/
H A Dtest_cpp_api_parity.py41 for test_params_dicts, test_instance_class in [
54 test_instance_class,
62 test_instance_class,