Home
last modified time | relevance | path

Searched refs:rightDim3 (Results 1 – 1 of 1) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_concatenation_sycl.cpp34 IndexType rightDim3 = 1; in test_simple_concatenation() local
35 Eigen::array<IndexType, 3> rightRange = {{rightDim1, rightDim2, rightDim3}}; in test_simple_concatenation()
95 Tensor<DataType, 3, DataLayout, IndexType> concatenation3(leftDim1, leftDim2, leftDim3+rightDim3); in test_simple_concatenation()