| 112 | } |
| 113 | |
| 114 | std::string ResizeKernel::GetCVKernelSignature(TContext* context) const { |
| 115 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 116 | } |
| 117 | |
| 118 | std::string ResizeKernel::GetCVKernelBody(TContext* context) const { |
| 119 | auto kernel_sig = GetCVKernelSignature(context); |
nothing calls this directly
no outgoing calls
no test coverage detected