Searched refs:GpuGetErrorString (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | histogram_op_gpu.cu.cc | 85 GpuGetErrorString(err), "."); in Compute() 108 "Could not launch HistogramRange: ", GpuGetErrorString(err), "."); in Compute()
|
D | where_op_gpu.cu.h | 159 GpuGetErrorString(first_success)); 178 temp_storage_bytes, ", status: ", GpuGetErrorString(second_success)); 296 GpuGetErrorString(first_success)); 316 GpuGetErrorString(second_success));
|
D | bincount_op_gpu.cu.cc | 76 GpuGetErrorString(err), "."); in Compute() 98 "Could not launch HistogramEven: ", GpuGetErrorString(err), "."); in Compute()
|
D | reduction_gpu_kernels.cu.h | 702 errors::Internal("CUB reduce error ", GpuGetErrorString(success))); 746 GpuGetErrorString(success))); 976 GpuGetErrorString(success)));
|
/external/tensorflow/tensorflow/core/util/ |
D | gpu_kernel_helper.h | 73 __host__ __device__ inline const char* GpuGetErrorString(cudaError_t error) { in GpuGetErrorString() function 78 inline const char* GpuGetErrorString(hipError_t error) {
|
/external/tensorflow/tensorflow/core/kernels/sparse/ |
D | kernels_gpu.cu.cc | 92 GpuGetErrorString(first_success)); in operator ()() 116 temp_storage_bytes, ", status: ", GpuGetErrorString(second_success)); in operator ()()
|