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

Function VerifyModelBuffer

include/common/daq_generated.h:6107–6110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6105}
6106
6107inline bool VerifyModelBuffer(
6108 flatbuffers::Verifier &verifier) {
6109 return verifier.VerifyBuffer<DNN::Model>(nullptr);
6110}
6111
6112inline bool VerifySizePrefixedModelBuffer(
6113 flatbuffers::Verifier &verifier) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected