Searched defs:gpu3 (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/external/eigen/unsupported/test/ |
H A D | cxx11_tensor_morphing_sycl.cpp | 53 TensorMap<Tensor<DataType, 2,DataLayout, IndexType>> gpu3(gpu_data3, dim3); in test_simple_reshape() local 107 TensorMap< Tensor<DataType, 5, DataLayout, IndexType> > gpu3(gpu_data3, dim3); in test_reshape_as_lvalue() local 166 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu3(gpu_data3, slice2_range); in test_simple_slice() local 232 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu3(gpu_data3, slice2_range); in test_strided_slice_as_rhs_sycl() local 282 TensorMap<Tensor<DataType, 2,DataLayout,IndexType>> gpu3(gpu_data3, sliceRange); in test_strided_slice_write_sycl() local
|
H A D | cxx11_tensor_shuffling_sycl.cpp | 83 TensorMap<Tensor<DataType, 4, DataLayout, IndexType>> gpu3( in test_simple_shuffling_sycl() local
|
H A D | cxx11_tensor_image_op_sycl.cpp | 67 TensorMap<Tensor<DataType, 3, DataLayout, IndexType>> gpu3(gpu_data3, slice_range); in test_image_op_sycl() local
|