| 132 | bool initialized() const { return model_ != nullptr; } |
| 133 | const tflite::Model* operator->() const { return model_; } |
| 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 |
no outgoing calls