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

Method expect

test/model/MobileNetTest.cpp:137–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135 return this->path() + "/flt_input.txt";
136 }
137 virtual std::string expect() override {
138 return this->path() + "/v1/expect.txt";
139 }
140 virtual MNN::Tensor::DimensionType dimensionType() override {
141 return MNN::Tensor::CAFFE;
142 }

Calls 1

pathMethod · 0.45

Tested by

no test coverage detected