Home
last modified time | relevance | path

Searched refs:first_success (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dwhere_op_gpu.cu.h162 auto first_success = reducer(/*temp_storage*/ nullptr, temp_storage_bytes,
168 if (first_success != gpuSuccess) {
172 GpuGetErrorString(first_success));
298 auto first_success = counter(/*temp_storage*/ nullptr, temp_storage_bytes,
304 if (first_success != gpuSuccess) {
309 GpuGetErrorString(first_success));
/external/tensorflow/tensorflow/core/kernels/sparse/
Dkernels_gpu.cu.cc89 auto first_success = gpuprim::DeviceHistogram::HistogramEven( in operator ()() local
100 if (first_success != gpuSuccess) { in operator ()()
105 GpuGetErrorString(first_success)); in operator ()()