| 447 | } |
| 448 | |
| 449 | std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const { |
| 450 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 451 | } |
| 452 | |
| 453 | std::string CvtColorKernel::GetCVKernelBody(TContext* context) const { |
| 454 | auto kernel_sig = GetCVKernelSignature(context); |
nothing calls this directly
no outgoing calls
no test coverage detected