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

Method clone

express/module/NMSModule.cpp:155–158  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155Module* NMSModule::clone(CloneContext* ctx) const {
156 NMSModule* module(new NMSModule);
157 return this->cloneBaseTo(ctx, module);
158}
159
160}
161}

Callers

nothing calls this directly

Calls 1

cloneBaseToMethod · 0.80

Tested by

no test coverage detected