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

Method GetCVKernelSignature

compiler/lib/KernelGen/Arm/ArmCommon/CvtColor.cpp:449–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

447}
448
449std::string CvtColorKernel::GetCVKernelSignature(TContext* context) const {
450 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
451}
452
453std::string CvtColorKernel::GetCVKernelBody(TContext* context) const {
454 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected