| 6101 | } |
| 6102 | |
| 6103 | inline const DNN::Model *GetSizePrefixedModel(const void *buf) { |
| 6104 | return flatbuffers::GetSizePrefixedRoot<DNN::Model>(buf); |
| 6105 | } |
| 6106 | |
| 6107 | inline bool VerifyModelBuffer( |
| 6108 | flatbuffers::Verifier &verifier) { |
nothing calls this directly
no outgoing calls
no test coverage detected