Searched refs:leftDim2 (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_concatenation_sycl.cpp | 29 IndexType leftDim2 = 3; in test_simple_concatenation() local 31 Eigen::array<IndexType, 3> leftRange = {{leftDim1, leftDim2, leftDim3}}; in test_simple_concatenation() 55 Tensor<DataType, 3, DataLayout, IndexType> concatenation1(leftDim1+rightDim1, leftDim2, leftDim3); in test_simple_concatenation() 76 …Tensor<DataType, 3, DataLayout, IndexType> concatenation2(leftDim1, leftDim2 +rightDim2, leftDim3); in test_simple_concatenation() 95 Tensor<DataType, 3, DataLayout, IndexType> concatenation3(leftDim1, leftDim2, leftDim3+rightDim3); in test_simple_concatenation() 120 IndexType leftDim2 = 3; in test_concatenation_as_lvalue() local 121 Eigen::array<IndexType, 2> leftRange = {{leftDim1, leftDim2}}; in test_concatenation_as_lvalue()
|