Searched refs:CLErrorCodeToString (Results 1 – 13 of 13) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/ |
H A D | cl_program.cc | 40 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 D | cl_command_queue.cc | 81 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 D | cl_kernel.cc | 40 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 D | util.cc | 28 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 D | cl_arguments.cc | 528 "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 D | gl_interop.cc | 88 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 D | tensor.cc | 57 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 D | cl_errors.h | 35 CLErrorCodeToString(error_code)); in GetOpenCLError()
|
H A D | util.h | 32 std::string CLErrorCodeToString(cl_int error_code);
|
H A D | cl_device.h | 78 return absl::InvalidArgumentError(CLErrorCodeToString(error)); in GetDeviceInfo()
|
H A D | cl_operation.h | 95 CLErrorCodeToString(error_code))); in AddToCommanBuffer()
|
H A D | cl_context.cc | 84 CLErrorCodeToString(error_code))); in CreateCLContext()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/cl/testing/ |
H A D | performance_profiling.cc | 258 CLErrorCodeToString(error_code))); in RunCommandBufferSample()
|