Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
146
void Interpreter::ReserveNodes(int count) {
147
primary_subgraph().ReserveNodes(count);
148
}
149
150
void Interpreter::AddSubgraphs(int subgraphs_to_add,
151
int* first_new_subgraph_index) {
Callers
1
ParseNodes
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected