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

Method AddTensors

tensorflow/lite/interpreter.cc:190–193  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

188}
189
190TfLiteStatus Interpreter::AddTensors(int tensors_to_add,
191 int* first_new_tensor_index) {
192 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index);
193}
194
195TfLiteStatus Interpreter::ResetVariableTensors() {
196 return primary_subgraph().ResetVariableTensors();

Callers 7

operator()Method · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45
SetUpMethod · 0.45

Calls

no outgoing calls

Tested by 6

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