MCPcopy 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
142TfLiteStatus Interpreter::AllocateTensors() {
143 return primary_subgraph().AllocateTensors();
144}
145
146void Interpreter::ReserveNodes(int count) {
147 primary_subgraph().ReserveNodes(count);

Callers 6

TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45
TEST_FFunction · 0.45

Calls

no outgoing calls

Tested by 6

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36
SetUpMethod · 0.36
TEST_FFunction · 0.36