Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/
H A Dtest_meta.py731 meta_function_device_expected_failures = defaultdict(dict) variable
735 meta_function_device_expected_failures['cpu'] = {
744 meta_function_device_expected_failures['cuda'] = {
811 … elif self.dtype in meta_function_device_expected_failures[self.device_type].get(func, set()):