Searched refs:tensors_to_add (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/lite/ |
D | interpreter.cc | 146 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() argument 148 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
|
D | interpreter.h | 156 TfLiteStatus AddTensors(int tensors_to_add,
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 81 TfLiteStatus AddTensors(int tensors_to_add, 376 static TfLiteStatus AddTensors(TfLiteContext* context, int tensors_to_add,
|
D | subgraph.cc | 777 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/ |
D | c_api_internal.h | 431 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,
|