Searched refs: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 360 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 371 Index2 indicesStart(5,4); in test_strided_slice() local 373 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 379 Index2 indicesStart(-3,20); // should become 0,10 in test_strided_slice() local 381 slice = tensor2.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 391 Eigen::DSizes<Eigen::DenseIndex, 5> indicesStart(1, 2, 3, 4, 5); in test_strided_slice() local 394 slice1 = tensor.stridedSlice(indicesStart, indicesStop, strides); in test_strided_slice() 451 Index2 indicesStart(3,4); in test_strided_slice_write() local 455 tensor.slice(indicesStart,lengths)=slice; in test_strided_slice_write() [all …]
|
D | cxx11_tensor_morphing_sycl.cpp | 194 Index5 indicesStart(1L,2L,3L,4L,5L); 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() 273 Index2 indicesStart(3L,4L); in test_strided_slice_write_sycl() local 293 gpu1.slice(indicesStart,lengths).device(sycl_device)=gpu3; in test_strided_slice_write_sycl() 294 gpu2.stridedSlice(indicesStart,indicesStop,strides).device(sycl_device)=gpu3; in test_strided_slice_write_sycl()
|