Searched refs:rightDim1 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_concatenation_sycl.cpp | 32 IndexType rightDim1 = 2; in test_simple_concatenation() local 35 Eigen::array<IndexType, 3> rightRange = {{rightDim1, rightDim2, rightDim3}}; in test_simple_concatenation() 55 Tensor<DataType, 3, DataLayout, IndexType> concatenation1(leftDim1+rightDim1, leftDim2, leftDim3); in test_simple_concatenation() 123 IndexType rightDim1 = 2; in test_concatenation_as_lvalue() local 125 Eigen::array<IndexType, 2> rightRange = {{rightDim1, rightDim2}}; in test_concatenation_as_lvalue()
|