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

Method model

test/model/MobileNetTest.cpp:147–149  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145class MobileNetV2Test : public MobileNetTest {
146 virtual ~MobileNetV2Test() = default;
147 virtual std::string model() override {
148 return this->path() + "/v2/mobilenet_v2.caffe.mnn";
149 }
150 virtual std::string input() override {
151 return this->path() + "/flt_input.txt";
152 }

Callers

nothing calls this directly

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected