| 17 | |
| 18 | #ifdef MNN_WITH_PLUGIN |
| 19 | static 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 | |
| 26 | class PluginSizeComputer : public SizeComputer { |