| 27 | virtual void onClearCache() override; |
| 28 | virtual int onOptimize(Interpreter::SessionMode stage) override; |
| 29 | const Session* getSession() const { return mSession.get(); } |
| 30 | |
| 31 | private: |
| 32 | ErrorCode _resize(const std::vector<Express::VARP>& inputs); |
no test coverage detected