Searched refs:test_1d_scan (Results 1 – 1 of 1) sorted by relevance
18 static void test_1d_scan() in test_1d_scan() function102 CALL_SUBTEST((test_1d_scan<ColMajor, float, true>())); in test_cxx11_tensor_scan()103 CALL_SUBTEST((test_1d_scan<ColMajor, float, false>())); in test_cxx11_tensor_scan()104 CALL_SUBTEST((test_1d_scan<RowMajor, float, true>())); in test_cxx11_tensor_scan()105 CALL_SUBTEST((test_1d_scan<RowMajor, float, false>())); in test_cxx11_tensor_scan()