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

Method add_description

tensorflow/lite/schema/schema_generated.h:9383–9385  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9381 fbb_.AddOffset(Model::VT_SUBGRAPHS, subgraphs);
9382 }
9383 void add_description(flatbuffers::Offset<flatbuffers::String> description) {
9384 fbb_.AddOffset(Model::VT_DESCRIPTION, description);
9385 }
9386 void add_buffers(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<Buffer>>> buffers) {
9387 fbb_.AddOffset(Model::VT_BUFFERS, buffers);
9388 }

Callers 1

CreateModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected