MCPcopy Create free account
hub / github.com/MegEngine/MegCC / GetCVKernelSignature

Method GetCVKernelSignature

compiler/lib/KernelGen/GeneralIntrinsic/Resize.cpp:98–100  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

96}
97
98std::string ResizeKernel::GetCVKernelSignature(TContext* context) const {
99 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
100}
101
102inline std::string gen_gi_interpolate_c1_func(const bool is_ui8) {
103 std::string gi_interpolate_c1 = is_ui8 ? R"(

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected