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

Method GetCVKernelSignature

compiler/lib/KernelGen/Arm/ArmCommon/Resize.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::string ResizeKernel::GetCVKernelSignature(TContext* context) const {
101 return GetCVKernelSymbol(context) + "(const TinyMat* src, const TinyMat* dst)";
102}
103
104std::string ResizeKernel::GetCVKernelBody(TContext* context) const {
105 auto kernel_sig = GetCVKernelSignature(context);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected