Searched defs:indicesStop (Results 1 – 1 of 1) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 337 Index2 indicesStop(0,4); in test_strided_slice() local 350 Index2 indicesStop(5,5); in test_strided_slice() local 358 Index2 indicesStop(20,-11); // should become 11, -1 in test_strided_slice() local 370 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStop(2, 3, 4, 5, 6); in test_strided_slice() local 430 Index2 indicesStop(5,7); in test_strided_slice_write() local
|