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

Function quantization

tensorflow/lite/schema/schema_generated.h:2844–2846  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2842 return GetPointer<const flatbuffers::String *>(VT_NAME);
2843 }
2844 const QuantizationParameters *quantization() const {
2845 return GetPointer<const QuantizationParameters *>(VT_QUANTIZATION);
2846 }
2847 bool is_variable() const {
2848 return GetField<uint8_t>(VT_IS_VARIABLE, 0) != 0;
2849 }

Callers 2

VerifyFunction · 0.85
UnPackToMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected