Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_morphing.cpp337 Index2 indicesStop(0,4); in test_strided_slice() local
338 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
350 Index2 indicesStop(5,5); in test_strided_slice() local
351 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
358 Index2 indicesStop(20,-11); // should become 11, -1 in test_strided_slice() local
359 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
370 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStop(2, 3, 4, 5, 6); in test_strided_slice() local
372 slice1 = tensor.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice()
430 Index2 indicesStop(5,7); in test_strided_slice_write() local
434 tensor2.stridedSlice(indicesStart,indicesStop,strides)=slice; in test_strided_slice_write()