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

Method input

test/model/MobileNetTest.cpp:150–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

148 return this->path() + "/v2/mobilenet_v2.caffe.mnn";
149 }
150 virtual std::string input() override {
151 return this->path() + "/flt_input.txt";
152 }
153 virtual std::string expect() override {
154 return this->path() + "/v2/expect_caffe.txt";
155 }

Callers

nothing calls this directly

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected