| 14354 | } |
| 14355 | |
| 14356 | inline const tflite::Model *GetModel(const void *buf) { |
| 14357 | return flatbuffers::GetRoot<tflite::Model>(buf); |
| 14358 | } |
| 14359 | |
| 14360 | inline const tflite::Model *GetSizePrefixedModel(const void *buf) { |
| 14361 | return flatbuffers::GetSizePrefixedRoot<tflite::Model>(buf); |
no outgoing calls