Home
last modified time | relevance | path

Searched refs:CLErrorCodeToString (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
Dcl_program.cc39 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()
Dcl_kernel.cc37 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()
Dcl_command_queue.cc80 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()
Dgl_interop.cc85 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()
Dutil.cc25 std::string CLErrorCodeToString(cl_int error_code) { in CLErrorCodeToString() function
182 CLErrorCodeToString(error_code))); in CreateCLBuffer()
239 CLErrorCodeToString(error_code))); in CreateRGBAImage2D()
Dcl_arguments.cc751 "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()
Dcl_errors.h35 CLErrorCodeToString(error_code)); in GetOpenCLError()
Dtensor.cc52 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()
Dutil.h32 std::string CLErrorCodeToString(cl_int error_code);
Dcl_device.h78 return absl::InvalidArgumentError(CLErrorCodeToString(error)); in GetDeviceInfo()
Dcl_context.cc94 CLErrorCodeToString(error_code))); in CreateCLContext()