| 188 | } |
| 189 | |
| 190 | TfLiteStatus 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 | |
| 195 | TfLiteStatus Interpreter::ResetVariableTensors() { |
| 196 | return primary_subgraph().ResetVariableTensors(); |