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

Method GetCVKernelSignature

compiler/lib/KernelGen/GeneralIntrinsic/CvtColor.cpp:466–468  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

464}
465
466std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const {
467 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
468}
469
470std::string CvtColorKernel::GetCVKernelBody(TContext* context) const {
471 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected