Home
last modified time | relevance | path

Searched refs:tensors_to_add (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dinterpreter.cc146 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() argument
148 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
Dinterpreter.h156 TfLiteStatus AddTensors(int tensors_to_add,
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h81 TfLiteStatus AddTensors(int tensors_to_add,
376 static TfLiteStatus AddTensors(TfLiteContext* context, int tensors_to_add,
Dsubgraph.cc777 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() argument
781 tensors_.resize(tensors_.size() + tensors_to_add); in AddTensors()
791 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() argument
797 ->AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h431 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,