| 105 | std::shared_ptr<Executor::RuntimeManager> pRuntimeManager; |
| 106 | }; |
| 107 | virtual Module* clone(CloneContext* ctx) const { |
| 108 | return nullptr; |
| 109 | } |
| 110 | void registerModel(const std::vector<std::shared_ptr<Module>>& children); |
| 111 | |
| 112 | static void destroy(Module* m); |
no outgoing calls