Searched refs:test_lazy_all_layout (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/eigen/test/ |
H A D | product_small.cpp | 95 void test_lazy_all_layout(int rows=Rows, int cols=Cols, int depth=Depth) in test_lazy_all_layout() function 115 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,1>() )); in test_lazy_l1() 116 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,2>() )); in test_lazy_l1() 117 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,3>() )); in test_lazy_l1() 118 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,8>() )); in test_lazy_l1() 119 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,9>() )); in test_lazy_l1() 120 CALL_SUBTEST(( test_lazy_all_layout<T,1,1,-1>(1,1,depth) )); in test_lazy_l1() 123 CALL_SUBTEST(( test_lazy_all_layout<T,2,1,1>() )); in test_lazy_l1() 124 CALL_SUBTEST(( test_lazy_all_layout<T,1,2,1>() )); in test_lazy_l1() 125 CALL_SUBTEST(( test_lazy_all_layout<T,2,2,1>() )); in test_lazy_l1() [all …]
|