MCPcopy Create free account
hub / github.com/JDAI-CV/DNNLibrary / GetSizePrefixedModel

Function GetSizePrefixedModel

include/common/daq_generated.h:6103–6105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6101}
6102
6103inline const DNN::Model *GetSizePrefixedModel(const void *buf) {
6104 return flatbuffers::GetSizePrefixedRoot<DNN::Model>(buf);
6105}
6106
6107inline bool VerifyModelBuffer(
6108 flatbuffers::Verifier &verifier) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected