| 134 | const tflite::Model* GetModel() const { return model_; } |
| 135 | ErrorReporter* error_reporter() const { return error_reporter_; } |
| 136 | const Allocation* allocation() const { return allocation_.get(); } |
| 137 | |
| 138 | // Returns the minimum runtime version from the flatbuffer. This runtime |
| 139 | // version encodes the minimum required interpreter version to run the |