| 45 | virtual std::string store(const std::string base, const std::string& offset, const std::string& data) = 0; |
| 46 | virtual std::string proto(const std::string& name, const std::vector<std::string>& inputs, const std::vector<std::string>& outputs, bool hasSingleConvertRaster = false) = 0; |
| 47 | void setFuseKernelVectorize(bool vector) { |
| 48 | mVectorize = vector; |
| 49 | } |
| 50 | int beginSize() {return mKernelBeginSize; }; |
| 51 | protected: |
| 52 | BackendConfig::PrecisionMode mPrecision; |