| 265 | } |
| 266 | |
| 267 | std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const { |
| 268 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 269 | } |
| 270 | |
| 271 | std::string CvtColorKernel::GetCVKernelBody(TContext* context) const { |
| 272 | auto kernel_sig = GetCVKernelSignature(context); |
nothing calls this directly
no outgoing calls
no test coverage detected