Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
run
Method · 0.95
_RebuildExternalOp
Function · 0.45
logRequestStart
Method · 0.45
configureRouting
Function · 0.45
ShowModelInfo
Method · 0.45
ListLocalModelsInner
Method · 0.45
list_local_models
Function · 0.45
model
Method · 0.45
input
Method · 0.45
expect
Method · 0.45
model
Method · 0.45
input
Method · 0.45
Calls
1
root
Method · 0.95
Tested by
no test coverage detected