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

Function zero_point

include/common/daq_generated.h:544–546  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

542 return GetPointer<const flatbuffers::Vector<float> *>(VT_SCALES);
543 }
544 int32_t zero_point() const {
545 return GetField<int32_t>(VT_ZERO_POINT, 0);
546 }
547 bool Verify(flatbuffers::Verifier &verifier) const {
548 return VerifyTableStart(verifier) &&
549 VerifyOffset(verifier, VT_NAME) &&

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected