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

Method GetCVKernelSignature

compiler/lib/KernelGen/Arm/ArmCommon/CVTranspose.cpp:29–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

27}
28
29std::string CvTransposeKernel::GetCVKernelSignature(TContext* context) const {
30 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
31}
32
33std::string CvTransposeKernel::GetCVKernelBody(TContext* context) const {
34 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected