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

Method GetCVKernelSignature

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

Source from the content-addressed store, hash-verified

25}
26
27std::string FlipKernel::GetCVKernelSignature(TContext* context) const {
28 return GetCVKernelSymbol(context) +
29 "(const TinyMat* src, const TinyMat* dst, bool vertical, bool "
30 "horizontal)";
31}
32
33std::string FlipKernel::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