Searched refs:test_full_reductions (Results 1 – 2 of 2) sorted by relevance
23 static void test_full_reductions() { in test_full_reductions() function141 CALL_SUBTEST_1((test_full_reductions<float, ColMajor>())); in test_cxx11_tensor_reduction_cuda()142 CALL_SUBTEST_1((test_full_reductions<double, ColMajor>())); in test_cxx11_tensor_reduction_cuda()143 CALL_SUBTEST_2((test_full_reductions<float, RowMajor>())); in test_cxx11_tensor_reduction_cuda()144 CALL_SUBTEST_2((test_full_reductions<double, RowMajor>())); in test_cxx11_tensor_reduction_cuda()
270 static void test_full_reductions() { in test_full_reductions() function494 CALL_SUBTEST(test_full_reductions<ColMajor>()); in test_cxx11_tensor_reduction()495 CALL_SUBTEST(test_full_reductions<RowMajor>()); in test_cxx11_tensor_reduction()