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

Method UnPackTo

tensorflow/lite/schema/schema_generated.h:9461–9465  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9459}
9460
9461inline void CustomQuantization::UnPackTo(CustomQuantizationT *_o, const flatbuffers::resolver_function_t *_resolver) const {
9462 (void)_o;
9463 (void)_resolver;
9464 { auto _e = custom(); if (_e) { _o->custom.resize(_e->size()); for (flatbuffers::uoffset_t _i = 0; _i < _e->size(); _i++) { _o->custom[_i] = _e->Get(_i); } } };
9465}
9466
9467inline flatbuffers::Offset<CustomQuantization> CustomQuantization::Pack(flatbuffers::FlatBufferBuilder &_fbb, const CustomQuantizationT* _o, const flatbuffers::rehasher_function_t *_rehasher) {
9468 return CreateCustomQuantization(_fbb, _o, _rehasher);

Callers 15

TESTFunction · 0.80
QuantizeModelTestMethod · 0.80
QuantizeConvModelTestMethod · 0.80
QuantizeSoftmaxTestMethod · 0.80
QuantizeAvgPoolTestMethod · 0.80
QuantizeArgMaxTestMethod · 0.80
QuantizeFCTestMethod · 0.80

Calls 15

customFunction · 0.85
scaleFunction · 0.85
zero_pointFunction · 0.85
details_typeFunction · 0.85
detailsFunction · 0.85
quantized_dimensionFunction · 0.85
typeFunction · 0.85
bufferFunction · 0.85
nameFunction · 0.85
quantizationFunction · 0.85
is_variableFunction · 0.85
paddingFunction · 0.85

Tested by 14

TESTFunction · 0.64
QuantizeModelTestMethod · 0.64
QuantizeConvModelTestMethod · 0.64
QuantizeSoftmaxTestMethod · 0.64
QuantizeAvgPoolTestMethod · 0.64
QuantizeArgMaxTestMethod · 0.64
QuantizeFCTestMethod · 0.64