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

Method ReserveNodes

tensorflow/lite/interpreter.cc:146–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

144}
145
146void Interpreter::ReserveNodes(int count) {
147 primary_subgraph().ReserveNodes(count);
148}
149
150void Interpreter::AddSubgraphs(int subgraphs_to_add,
151 int* first_new_subgraph_index) {

Callers 1

ParseNodesMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected