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