Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/alibaba/MNN
/ input
Method
input
test/model/MobileNetTest.cpp:134–136 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
132
return this->path() +
"/v1/mobilenet_v1.caffe.mnn"
;
133
}
134
virtual std::string input() override {
135
return this->path() +
"/flt_input.txt"
;
136
}
137
virtual std::string expect() override {
138
return this->path() +
"/v1/expect.txt"
;
139
}
Callers
nothing calls this directly
Calls
1
path
Method · 0.45
Tested by
no test coverage detected