Searched refs:no_shuffle (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_shuffling.cpp | 28 Tensor<float, 4, DataLayout> no_shuffle; in test_simple_shuffling() local 29 no_shuffle = tensor.shuffle(shuffles); in test_simple_shuffling() 31 VERIFY_IS_EQUAL(no_shuffle.dimension(0), 2); in test_simple_shuffling() 32 VERIFY_IS_EQUAL(no_shuffle.dimension(1), 3); in test_simple_shuffling() 33 VERIFY_IS_EQUAL(no_shuffle.dimension(2), 5); in test_simple_shuffling() 34 VERIFY_IS_EQUAL(no_shuffle.dimension(3), 7); in test_simple_shuffling() 40 VERIFY_IS_EQUAL(tensor(i,j,k,l), no_shuffle(i,j,k,l)); in test_simple_shuffling() 161 array<ptrdiff_t, 4> no_shuffle; in test_shuffling_as_value() local 162 no_shuffle[0] = 0; in test_shuffling_as_value() 163 no_shuffle[1] = 1; in test_shuffling_as_value() [all …]
|