| 464 | } |
| 465 | |
| 466 | std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const { |
| 467 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 468 | } |
| 469 | |
| 470 | std::string CvtColorKernel::GetCVKernelBody(TContext* context) const { |
| 471 | auto kernel_sig = GetCVKernelSignature(context); |
nothing calls this directly
no outgoing calls
no test coverage detected