Home
last modified time | relevance | path

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

/aosp_15_r20/external/eigen/unsupported/test/
H A Dcxx11_tensor_morphing_sycl.cpp46 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor1.size()*sizeof(DataType)… in test_simple_reshape() local
101 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_reshape_as_lvalue() local
151 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_simple_slice() local
206 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_strided_slice_as_rhs_sycl() local
277 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_strided_slice_write_sycl() local
H A Dcxx11_tensor_math_sycl.cpp44 DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(in.size()*sizeof(DataType))); in test_tanh_sycl() local
74 DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(in.size()*sizeof(DataType))); in test_sigmoid_sycl() local
H A Dcxx11_tensor_layout_swap_sycl.cpp41 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor1.size()*sizeof(DataType)… in test_simple_swap_sycl() local
84 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor1.size()*sizeof(DataType)… in test_swap_as_lvalue_sycl() local
H A Dcxx11_tensor_padding_sycl.cpp60 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_simple_padding() local
114 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor.size()*sizeof(DataType))… in test_padded_expr() local
H A Dcxx11_tensor_shuffling_sycl.cpp46 DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(buffSize)); in test_simple_shuffling_sycl() local
H A Dcxx11_tensor_image_op_sycl.cpp61 …DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(tensor1.size()*sizeof(DataType)… in test_image_op_sycl() local
H A Dcxx11_tensor_sycl.cpp43 DataType* gpu_data1 = static_cast<DataType*>(sycl_device.allocate(in1.size()*sizeof(DataType))); in test_sycl_mem_transfers() local