Searched refs:gpu3 (Results 1 – 4 of 4) sorted by relevance
/external/eigen/unsupported/test/ |
D | cxx11_tensor_morphing_sycl.cpp | 53 TensorMap<Tensor<DataType, 2,DataLayout, IndexType>> gpu3(gpu_data3, dim3); in test_simple_reshape() local 61 gpu3.device(sycl_device)=gpu1.reshape(dim3); in test_simple_reshape() 107 TensorMap< Tensor<DataType, 5, DataLayout, IndexType> > gpu3(gpu_data3, dim3); in test_reshape_as_lvalue() local 114 gpu3.reshape(dim1).device(sycl_device)=gpu1; in test_reshape_as_lvalue() 166 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu3(gpu_data3, slice2_range); in test_simple_slice() local 169 gpu3.device(sycl_device)=gpu1.slice(indices2, sizes2); in test_simple_slice() 232 TensorMap<Tensor<DataType, 5,DataLayout, IndexType>> gpu3(gpu_data3, slice2_range); in test_strided_slice_as_rhs_sycl() local 240 gpu3.device(sycl_device)=gpu1.slice(indices2, sizes2); in test_strided_slice_as_rhs_sycl() 282 TensorMap<Tensor<DataType, 2,DataLayout,IndexType>> gpu3(gpu_data3, sliceRange); in test_strided_slice_write_sycl() local 293 gpu1.slice(indicesStart,lengths).device(sycl_device)=gpu3; in test_strided_slice_write_sycl() [all …]
|
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 71 gpu3.device(sycl_device)= gpu1.slice(indicesStart1, sizes) - gpu2.slice(indicesStart2, sizes); in test_image_op_sycl()
|
D | cxx11_tensor_shuffling_sycl.cpp | 83 TensorMap<Tensor<DataType, 4, DataLayout, IndexType>> gpu3( in test_simple_shuffling_sycl() local 86 gpu3.device(sycl_device) = gpu1.shuffle(shuffles); in test_simple_shuffling_sycl()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | profile_time.md | 156 # Only generate timeline for gpu3 and cpu on workers.
|