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

Method create

tools/converter/source/optimizer/Program.cpp:100–102  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

98}
99
100std::shared_ptr<Program> Program::create(const MNN::NetT* net, bool supportExtra, bool saveAllVars) {
101 return create(net->oplists, net->tensorName, net->outputName, supportExtra, saveAllVars, net);
102}
103
104std::shared_ptr<Program> Program::create(const MNN::SubGraphProtoT* subgraph, bool supportExtra, bool saveAllVars) {
105 std::vector<std::string> outputName;

Callers 3

TESTFunction · 0.45
removeListAppendFunction · 0.45
FuseAsTensorFunction · 0.45

Calls 10

linkNumberMethod · 0.80
createFunction · 0.50
push_backMethod · 0.45
sizeMethod · 0.45
insertMethod · 0.45
getMethod · 0.45
emptyMethod · 0.45
nameMethod · 0.45
findMethod · 0.45
endMethod · 0.45

Tested by 1

TESTFunction · 0.36