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

Method GetCVKernelSignature

compiler/lib/KernelGen/BareMetal/CvtColor.cpp:267–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

265}
266
267std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const {
268 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
269}
270
271std::string CvtColorKernel::GetCVKernelBody(TContext* context) const {
272 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected