Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_reduction_cuda.cu23 static void test_full_reductions() { in test_full_reductions() function
141 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()
Dcxx11_tensor_reduction.cpp270 static void test_full_reductions() { in test_full_reductions() function
494 CALL_SUBTEST(test_full_reductions<ColMajor>()); in test_cxx11_tensor_reduction()
495 CALL_SUBTEST(test_full_reductions<RowMajor>()); in test_cxx11_tensor_reduction()