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

Method clone

express/module/PipelineModule.cpp:96–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96Module* ExprModule::clone(CloneContext* ctx) const {
97 MNN_ERROR("Don't support clone for Expr Module\n");
98 return nullptr;
99}
100
101PipelineModule::PipelineModule(std::vector<VARP> inputs, std::vector<VARP> outputs, const Transformer& transformFunction) {
102 setType(PIPELINE_MODULE);

Callers

nothing calls this directly

Calls 3

registerModelMethod · 0.80
cloneBaseToMethod · 0.80
push_backMethod · 0.45

Tested by

no test coverage detected