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

Method add_subgraphs

tensorflow/lite/schema/schema_generated.h:9380–9382  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

9378 fbb_.AddOffset(Model::VT_OPERATOR_CODES, operator_codes);
9379 }
9380 void add_subgraphs(flatbuffers::Offset<flatbuffers::Vector<flatbuffers::Offset<SubGraph>>> subgraphs) {
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 }

Callers 1

CreateModelFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected