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

Method model

test/model/MobileNetTest.cpp:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129class MobileNetV1Test : public MobileNetTest {
130 virtual ~MobileNetV1Test() = default;
131 virtual std::string model() override {
132 return this->path() + "/v1/mobilenet_v1.caffe.mnn";
133 }
134 virtual std::string input() override {
135 return this->path() + "/flt_input.txt";
136 }

Callers 1

runMethod · 0.45

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected