| 96 | } |
| 97 | |
| 98 | std::string ResizeKernel::GetCVKernelSignature(TContext* context) const { |
| 99 | return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)"; |
| 100 | } |
| 101 | |
| 102 | inline std::string gen_gi_interpolate_c1_func(const bool is_ui8) { |
| 103 | std::string gi_interpolate_c1 = is_ui8 ? R"( |
nothing calls this directly
no outgoing calls
no test coverage detected