Searched defs:indicesStart (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 336 Index2 indicesStart(5,7); in test_strided_slice() local 349 Index2 indicesStart(5,4); in test_strided_slice() local 357 Index2 indicesStart(-3,20); // should become 0,10 in test_strided_slice() local 369 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStart(1, 2, 3, 4, 5); in test_strided_slice() local 429 Index2 indicesStart(3,4); in test_strided_slice_write() local
|