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

Method GetCVKernelSignature

compiler/lib/KernelGen/BareMetal/Resize.cpp:114–116  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

112}
113
114std::string ResizeKernel::GetCVKernelSignature(TContext* context) const {
115 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
116}
117
118std::string ResizeKernel::GetCVKernelBody(TContext* context) const {
119 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected