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

Method GetCVKernelSignature

compiler/lib/KernelGen/GeneralIntrinsic/Flip.cpp:26–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26std::string FlipKernel::GetCVKernelSignature(TContext* context) const {
27 return GetCVKernelSymbol(context) +
28 "(const TinyMat* src, const TinyMat* dst, bool vertical, bool "
29 "horizontal)";
30}
31
32std::string FlipKernel::GetCVKernelBody(TContext* context) const {
33 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected