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

Function version

include/common/daq_generated.h:6000–6002  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5998 return GetPointer<const flatbuffers::Vector<flatbuffers::Offset<flatbuffers::String>> *>(VT_OUTPUTS);
5999 }
6000 uint32_t version() const {
6001 return GetField<uint32_t>(VT_VERSION, 0);
6002 }
6003 bool Verify(flatbuffers::Verifier &verifier) const {
6004 return VerifyTableStart(verifier) &&
6005 VerifyOffset(verifier, VT_LAYERS) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected