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

Function scale

tensorflow/lite/schema/schema_generated.h:2681–2683  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2679 return GetPointer<const flatbuffers::Vector<float> *>(VT_MAX);
2680 }
2681 const flatbuffers::Vector<float> *scale() const {
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 }

Callers 2

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected