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

Function CreateCustomQuantization

tensorflow/lite/schema/schema_generated.h:2632–2638  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2630};
2631
2632inline flatbuffers::Offset<CustomQuantization> CreateCustomQuantization(
2633 flatbuffers::FlatBufferBuilder &_fbb,
2634 flatbuffers::Offset<flatbuffers::Vector<uint8_t>> custom = 0) {
2635 CustomQuantizationBuilder builder_(_fbb);
2636 builder_.add_custom(custom);
2637 return builder_.Finish();
2638}
2639
2640inline flatbuffers::Offset<CustomQuantization> CreateCustomQuantizationDirect(
2641 flatbuffers::FlatBufferBuilder &_fbb,

Callers 2

PackMethod · 0.85

Calls 4

add_customMethod · 0.80
CreateVectorMethod · 0.80
FinishMethod · 0.45
sizeMethod · 0.45

Tested by

no test coverage detected