Searched refs:tensor5d (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 80 TensorMap<Tensor<float, 5>> tensor5d(scratch, 2,3,1,7,1); in test_reshape_as_lvalue() local 81 tensor5d.reshape(dim).device(Eigen::DefaultDevice()) = tensor; in test_reshape_as_lvalue() 87 VERIFY_IS_EQUAL(tensor5d(i,j,0,k,0), tensor(i,j,k)); in test_reshape_as_lvalue()
|