Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DeepRec-AI/DeepRec
/ AllocateTensors
Method
AllocateTensors
tensorflow/lite/interpreter.cc:142–144 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
140
}
141
142
TfLiteStatus Interpreter::AllocateTensors() {
143
return primary_subgraph().AllocateTensors();
144
}
145
146
void Interpreter::ReserveNodes(int count) {
147
primary_subgraph().ReserveNodes(count);
Callers
6
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
TEST
Function · 0.45
SetUp
Method · 0.45
TEST_F
Function · 0.45
Calls
no outgoing calls
Tested by
6
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
TEST
Function · 0.36
SetUp
Method · 0.36
TEST_F
Function · 0.36