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

Method path

test/model/MobileNetTest.cpp:218–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216 }
217
218 std::string path() {
219 return this->root() + "/model/temp.bin";
220 }
221
222 virtual bool run(int precision) {
223 auto net = MNN::Interpreter::createFromFile(this->path().c_str());

Callers 15

runMethod · 0.95
_RebuildExternalOpFunction · 0.45
logRequestStartMethod · 0.45
configureRoutingFunction · 0.45
ShowModelInfoMethod · 0.45
ListLocalModelsInnerMethod · 0.45
list_local_modelsFunction · 0.45
modelMethod · 0.45
inputMethod · 0.45
expectMethod · 0.45
modelMethod · 0.45
inputMethod · 0.45

Calls 1

rootMethod · 0.95

Tested by

no test coverage detected