| 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) { |
no test coverage detected