Searched refs:indicesStop (Results 1 – 2 of 2) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing.cpp | 359 Index2 indicesStop(0,4); in test_strided_slice() local 360 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 372 Index2 indicesStop(5,5); in test_strided_slice() local 373 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 380 Index2 indicesStop(20,-11); // should become 11, -1 in test_strided_slice() local 381 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 392 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStop(2, 3, 4, 5, 6); in test_strided_slice() local 394 slice1 = tensor.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 452 Index2 indicesStop(5,7); in test_strided_slice_write() local 456 tensor2.stridedSlice(indicesStart,indicesStop,strides)=slice; in test_strided_slice_write()
|
D | cxx11_tensor_morphing_sycl.cpp | 195 Index5 indicesStop(2L,3L,4L,5L,6L); in test_strided_slice_as_rhs_sycl() local 220 gpu_stride2.device(sycl_device)=gpu1.stridedSlice(indicesStart,indicesStop,strides); in test_strided_slice_as_rhs_sycl() 274 Index2 indicesStop(5L,7L); in test_strided_slice_write_sycl() local 294 gpu2.stridedSlice(indicesStart,indicesStop,strides).device(sycl_device)=gpu3; in test_strided_slice_write_sycl()
|