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

Function clone

include/MNN/expr/Module.hpp:107–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers 15

mainFunction · 0.50
testconvertMethod · 0.50
loadMethod · 0.50
ditWorkerLoopMethod · 0.50
vocoderWorkerLoopMethod · 0.50
loadMethod · 0.50
forwardRawMethod · 0.50
loadMethod · 0.50
mtpForwardMethod · 0.50
runMethod · 0.50
runMethod · 0.50
runMethod · 0.50

Calls

no outgoing calls

Tested by 6

runMethod · 0.40
runMethod · 0.40
runMethod · 0.40
_checkResultMethod · 0.40
runMethod · 0.40
runMethod · 0.40