Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/
H A Dcl_program.cc40 CLErrorCodeToString(error_code)); in GetProgramBuildInfo()
48 CLErrorCodeToString(error_code)); in GetProgramBuildInfo()
59 CLErrorCodeToString(error_code))); in GetBinarySize()
71 CLErrorCodeToString(error_code), in BuildProgram()
162 CLErrorCodeToString(error_code))); in GetBinary()
179 CLErrorCodeToString(error_code))); in CreateCLProgram()
206 CLErrorCodeToString(error_code))); in CreateCLProgramFromBinary()
H A Dcl_command_queue.cc81 CLErrorCodeToString(error_code))); in Dispatch()
98 CLErrorCodeToString(error_code))); in EnqueueEvent()
115 CLErrorCodeToString(error_code))); in EnqueueWriteImage()
133 CLErrorCodeToString(error_code))); in EnqueueReadImage()
148 CLErrorCodeToString(error_code))); in EnqueueWriteBuffer()
162 CLErrorCodeToString(error_code))); in EnqueueReadBuffer()
171 absl::StrCat("Failed to clFinish - ", CLErrorCodeToString(error_code))); in WaitForCompletion()
345 CLErrorCodeToString(error_code))); in CreateCLCommandQueue()
376 CLErrorCodeToString(error_code))); in CreateProfilingCommandQueue()
H A Dcl_kernel.cc40 CLErrorCodeToString(error_code))); in GetKernelMaxWorkGroupSize()
55 CLErrorCodeToString(error_code))); in GetKernelPrivateMemorySize()
94 CLErrorCodeToString(error_code))); in ReInit()
116 CLErrorCodeToString(error_code))); in CreateFromProgram()
141 CLErrorCodeToString(error_code))); in SetBytes()
150 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in SetBytesAuto()
H A Dutil.cc28 std::string CLErrorCodeToString(cl_int error_code) { in CLErrorCodeToString() function
191 CLErrorCodeToString(error_code))); in CreateCLBuffer()
215 CLErrorCodeToString(error_code))); in CreateCLSubBuffer()
249 CLErrorCodeToString(error_code))); in CreateRGBAImage2D()
H A Dcl_arguments.cc528 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
538 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
548 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
558 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
568 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
578 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
588 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
598 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
608 "Failed to set kernel arguments - ", CLErrorCodeToString(error_code), in Bind()
H A Dgl_interop.cc88 CLErrorCodeToString(error_code))); in CreateClEventFromEglSync()
107 CLErrorCodeToString(error_code))); in CreateClMemoryFromGlBuffer()
124 CLErrorCodeToString(error_code))); in CreateClMemoryFromGlTexture()
148 CLErrorCodeToString(error_code))); in Acquire()
168 CLErrorCodeToString(error_code))); in Release()
H A Dtensor.cc57 CLErrorCodeToString(error_code))); in AllocateTensorMemoryInternal()
86 CLErrorCodeToString(error_code))); in AllocateTensorMemoryInternal()
116 CLErrorCodeToString(error_code))); in AllocateTensorMemoryInternal()
147 CLErrorCodeToString(error_code))); in AllocateTensorMemoryInternal()
191 CLErrorCodeToString(error_code))); in AllocateTensorMemoryInternal()
222 CLErrorCodeToString(error_code))); in CreateImageBufferFromBuffer()
258 CLErrorCodeToString(error_code))); in CreateImage2DFromBuffer()
H A Dcl_errors.h35 CLErrorCodeToString(error_code)); in GetOpenCLError()
H A Dutil.h32 std::string CLErrorCodeToString(cl_int error_code);
H A Dcl_device.h78 return absl::InvalidArgumentError(CLErrorCodeToString(error)); in GetDeviceInfo()
H A Dcl_operation.h95 CLErrorCodeToString(error_code))); in AddToCommanBuffer()
H A Dcl_context.cc84 CLErrorCodeToString(error_code))); in CreateCLContext()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/
H A Dperformance_profiling.cc258 CLErrorCodeToString(error_code))); in RunCommandBufferSample()