Home
last modified time | relevance | path

Searched defs:gpu_data2 (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing_sycl.cpp47 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2.size()*sizeof(DataType)… in test_simple_reshape() local
102 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2d.size()*sizeof(DataType… in test_reshape_as_lvalue() local
152 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(slice1.size()*sizeof(DataType))… in test_simple_slice() local
207 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(slice1.size()*sizeof(DataType))… in test_strided_slice_as_rhs_sycl() local
278 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2.size()*sizeof(DataType)… in test_strided_slice_write_sycl() local
H A Dcxx11_tensor_math_sycl.cpp45 DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(out.size()*sizeof(DataType))); in test_tanh_sycl() local
75 DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(out.size()*sizeof(DataType))); in test_sigmoid_sycl() local
H A Dcxx11_tensor_layout_swap_sycl.cpp42 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2.size()*sizeof(DataType)… in test_simple_swap_sycl() local
85 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2.size()*sizeof(DataType)… in test_swap_as_lvalue_sycl() local
H A Dcxx11_tensor_padding_sycl.cpp61 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(padded.size()*sizeof(DataType))… in test_simple_padding() local
115 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(result.size()*sizeof(DataType))… in test_padded_expr() local
H A Dcxx11_tensor_shuffling_sycl.cpp47 DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(buffSize)); in test_simple_shuffling_sycl() local
H A Dcxx11_tensor_image_op_sycl.cpp62 …DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(tensor2.size()*sizeof(DataType)… in test_image_op_sycl() local
H A Dcxx11_tensor_sycl.cpp44 DataType* gpu_data2 = static_cast<DataType*>(sycl_device.allocate(out1.size()*sizeof(DataType))); in test_sycl_mem_transfers() local