| 98 | } |
| 99 | |
| 100 | std::string ResizeKernel::GetCVKernelSignature(TContext* context) const { |
| 101 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 102 | } |
| 103 | |
| 104 | std::string ResizeKernel::GetCVKernelBody(TContext* context) const { |
| 105 | auto kernel_sig = GetCVKernelSignature(context); |
nothing calls this directly
no outgoing calls
no test coverage detected