Searched refs:ref_of_ref2 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_ref.cpp | 126 TensorRef<Tensor<float, 3>> ref_of_ref2; in test_ref_of_ref() local 127 ref_of_ref2 = ref; in test_ref_of_ref() 134 VERIFY_IS_EQUAL(ref_of_ref2.data(), input.data()); in test_ref_of_ref() 135 VERIFY_IS_EQUAL(ref_of_ref2.dimension(0), 3); in test_ref_of_ref() 136 VERIFY_IS_EQUAL(ref_of_ref2.dimension(1), 5); in test_ref_of_ref() 137 VERIFY_IS_EQUAL(ref_of_ref2.dimension(2), 7); in test_ref_of_ref() 143 VERIFY_IS_EQUAL(ref_of_ref2(i,j,k), input(i,j,k)); in test_ref_of_ref()
|