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

Method input

tools/converter/source/optimizer/Program.cpp:86–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

84}
85
86VARPS Program::input(const std::unordered_map<std::string, VARP>& inputs, bool lazy) {
87 VARPS inputUpdate;
88 return inputUpdate;
89}
90
91void Program::save(MNN::NetT* net) {
92 // use origin input var to save into net

Callers 15

getModuleInputsFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
runMethod · 0.45
runMethod · 0.45
buildMNNOpMethod · 0.45
buildSubGraphMethod · 0.45
removeUselessOpsFunction · 0.45
removeListConstructOpsFunction · 0.45
FuseListStackFunction · 0.45
InputTypeInferFunction · 0.45
OutputsUnpackFunction · 0.45

Calls

no outgoing calls

Tested by 1

mainFunction · 0.36