Home
last modified time | relevance | path

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

/external/eigen/unsupported/test/
Dcxx11_tensor_image_op_sycl.cpp53 Index3 indicesStart2(0L, 0L, 0L); in test_image_op_sycl() local
71 gpu3.device(sycl_device)= gpu1.slice(indicesStart1, sizes) - gpu2.slice(indicesStart2, sizes); in test_image_op_sycl()
74 …idedSlice(indicesStart1,indicesStop1,strides1) - tensor2.stridedSlice(indicesStart2,indicesStop2,s… in test_image_op_sycl()
Dcxx11_tensor_morphing_sycl.cpp237 Index5 indicesStart2(1L,1L,3L,4L,5L); in test_strided_slice_as_rhs_sycl() local
243 gpu_stride3.device(sycl_device)=gpu1.stridedSlice(indicesStart2,indicesStop2,strides2); in test_strided_slice_as_rhs_sycl()