MCPcopy Create free account
hub / github.com/alibaba/MNN / getInferShapeKernel

Function getInferShapeKernel

source/shape/ShapePlugin.cpp:19–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#ifdef MNN_WITH_PLUGIN
19static std::shared_ptr<plugin::InferShapeKernel> getInferShapeKernel( // NOLINT
20 const std::string& name) { // NOLINT
21 return std::shared_ptr<plugin::InferShapeKernel>( // NOLINT
22 plugin::InferShapeKernelRegister::get(name));
23}
24#endif // MNN_WITH_PLUGIN
25
26class PluginSizeComputer : public SizeComputer {

Callers 1

onComputeSizeMethod · 0.85

Calls 1

getFunction · 0.50

Tested by

no test coverage detected