Searched refs:MakeBlockMapTuningTest (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/ruy/ruy/ |
H A D | block_map_test.cc | 35 void MakeBlockMapTuningTest(int rows, int cols, int depth, int kernel_rows, in MakeBlockMapTuningTest() function 58 MakeBlockMapTuningTest(32, 32, 32, 8, 8, 1, 1, /* tentative_thread_count */ 1, in TEST() 61 MakeBlockMapTuningTest(48, 48, 48, 8, 8, 1, 1, /* tentative_thread_count */ 1, in TEST() 64 MakeBlockMapTuningTest(64, 64, 64, 8, 8, 1, 1, /* tentative_thread_count */ 1, in TEST() 67 MakeBlockMapTuningTest(96, 96, 96, 8, 8, 1, 1, /* tentative_thread_count */ 1, in TEST() 70 MakeBlockMapTuningTest(128, 128, 128, 8, 8, 1, 1, in TEST() 74 MakeBlockMapTuningTest(192, 192, 192, 8, 8, 1, 1, in TEST() 78 MakeBlockMapTuningTest(256, 256, 256, 8, 8, 1, 1, in TEST() 82 MakeBlockMapTuningTest(384, 384, 384, 8, 8, 1, 1, in TEST() 90 MakeBlockMapTuningTest(32, 32, 32, 8, 8, 1, 1, /* tentative_thread_count */ 4, in TEST() [all …]
|