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

Method input

test/model/SqueezeNetTest.cpp:46–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

44
45 virtual std::string model() = 0;
46 virtual std::string input() {
47 return this->path() + "/input.txt";
48 }
49 virtual std::string expect() = 0;
50
51 std::shared_ptr<Tensor> tensorFromFile(const Tensor* shape, std::string file) {

Callers 1

runMethod · 0.95

Calls 4

pathMethod · 0.95
copyFromHostTensorMethod · 0.80
getInputMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected