MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / zero_point

Function zero_point

tensorflow/lite/schema/schema_generated.h:2684–2686  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2682 return GetPointer<const flatbuffers::Vector<float> *>(VT_SCALE);
2683 }
2684 const flatbuffers::Vector<int64_t> *zero_point() const {
2685 return GetPointer<const flatbuffers::Vector<int64_t> *>(VT_ZERO_POINT);
2686 }
2687 QuantizationDetails details_type() const {
2688 return static_cast<QuantizationDetails>(GetField<uint8_t>(VT_DETAILS_TYPE, 0));
2689 }

Callers 2

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected