Searched refs:CLErrorCodeToString (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
D | cl_program.cc | 39 CLErrorCodeToString(error_code)); in GetProgramBuildInfo() 47 CLErrorCodeToString(error_code)); in GetProgramBuildInfo() 58 CLErrorCodeToString(error_code))); in GetBinarySize() 70 CLErrorCodeToString(error_code), in BuildProgram() 160 CLErrorCodeToString(error_code))); in GetBinary() 177 CLErrorCodeToString(error_code))); in CreateCLProgram() 204 CLErrorCodeToString(error_code))); in CreateCLProgramFromBinary()
|
D | cl_kernel.cc | 37 CLErrorCodeToString(error_code))); in GetKernelMaxWorkGroupSize() 52 CLErrorCodeToString(error_code))); in GetKernelPrivateMemorySize() 91 CLErrorCodeToString(error_code))); in ReInit() 113 CLErrorCodeToString(error_code))); in CreateFromProgram() 138 CLErrorCodeToString(error_code))); in SetBytes() 147 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in SetBytesAuto()
|
D | cl_command_queue.cc | 80 CLErrorCodeToString(error_code))); in Dispatch() 97 CLErrorCodeToString(error_code))); in EnqueueEvent() 113 CLErrorCodeToString(error_code))); in EnqueueWriteImage() 130 CLErrorCodeToString(error_code))); in EnqueueReadImage() 144 CLErrorCodeToString(error_code))); in EnqueueWriteBuffer() 157 CLErrorCodeToString(error_code))); in EnqueueReadBuffer() 166 absl::StrCat("Failed to clFinish - ", CLErrorCodeToString(error_code))); in WaitForCompletion() 291 CLErrorCodeToString(error_code))); in CreateCLCommandQueue() 322 CLErrorCodeToString(error_code))); in CreateProfilingCommandQueue()
|
D | gl_interop.cc | 85 CLErrorCodeToString(error_code))); in CreateClEventFromEglSync() 104 CLErrorCodeToString(error_code))); in CreateClMemoryFromGlBuffer() 121 CLErrorCodeToString(error_code))); in CreateClMemoryFromGlTexture() 145 CLErrorCodeToString(error_code))); in Acquire() 165 CLErrorCodeToString(error_code))); in Release()
|
D | util.cc | 25 std::string CLErrorCodeToString(cl_int error_code) { in CLErrorCodeToString() function 182 CLErrorCodeToString(error_code))); in CreateCLBuffer() 239 CLErrorCodeToString(error_code))); in CreateRGBAImage2D()
|
D | cl_arguments.cc | 751 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 761 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 771 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 781 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 791 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 801 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 811 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 821 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind() 831 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
|
D | cl_errors.h | 35 CLErrorCodeToString(error_code)); in GetOpenCLError()
|
D | tensor.cc | 52 CLErrorCodeToString(error_code))); in AllocateTensorMemory() 80 CLErrorCodeToString(error_code))); in AllocateTensorMemory() 109 CLErrorCodeToString(error_code))); in AllocateTensorMemory() 139 CLErrorCodeToString(error_code))); in AllocateTensorMemory() 180 CLErrorCodeToString(error_code))); in AllocateTensorMemory() 211 CLErrorCodeToString(error_code))); in CreateImageBufferFromBuffer()
|
D | util.h | 32 std::string CLErrorCodeToString(cl_int error_code);
|
D | cl_device.h | 78 return absl::InvalidArgumentError(CLErrorCodeToString(error)); in GetDeviceInfo()
|
D | cl_context.cc | 94 CLErrorCodeToString(error_code))); in CreateCLContext()
|