Searched refs:ReductionIndices (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_index_list.cpp | 318 typedef IndexList<type2index<0>, int, type2index<2>, int> ReductionIndices; in test_mixed_index_list() typedef 319 ReductionIndices reduction_indices; in test_mixed_index_list() 324 …EIGEN_STATIC_ASSERT((internal::index_known_statically<ReductionIndices>(0) == true), YOU_MADE_A_PR… in test_mixed_index_list() 325 …EIGEN_STATIC_ASSERT((internal::index_known_statically<ReductionIndices>(2) == true), YOU_MADE_A_PR… in test_mixed_index_list() 326 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionIndices>(0, 0) == true), YOU_MADE_A_PR… in test_mixed_index_list() 327 …EIGEN_STATIC_ASSERT((internal::index_statically_eq<ReductionIndices>(2, 2) == true), YOU_MADE_A_PR… in test_mixed_index_list() 329 …EIGEN_STATIC_ASSERT((internal::all_indices_known_statically<ReductionIndices>() == false), YOU_MAD… in test_mixed_index_list() 330 …EIGEN_STATIC_ASSERT((internal::indices_statically_known_to_increase<ReductionIndices>() == false),… in test_mixed_index_list()
|