Searched defs:indicesStart (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 358 Index2 indicesStart(5,7); in test_strided_slice() local 371 Index2 indicesStart(5,4); in test_strided_slice() local 379 Index2 indicesStart(-3,20); // should become 0,10 in test_strided_slice() local 391 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStart(1, 2, 3, 4, 5); in test_strided_slice() local 451 Index2 indicesStart(3,4); in test_strided_slice_write() local
|
D | cxx11_tensor_morphing_sycl.cpp | 194 Index5 indicesStart(1L,2L,3L,4L,5L); in test_strided_slice_as_rhs_sycl() local 273 Index2 indicesStart(3L,4L); in test_strided_slice_write_sycl() local
|