Searched refs:tensors_to_add (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/ |
D | utils_test.cc | 37 context.AddTensors = [](struct TfLiteContext*, int tensors_to_add, in TEST() 40 if (tensors_to_add != 1) { in TEST()
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter.cc | 242 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() argument 244 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
|
D | interpreter.h | 149 TfLiteStatus AddTensors(int tensors_to_add,
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 98 TfLiteStatus AddTensors(int tensors_to_add, 517 static TfLiteStatus AddTensors(TfLiteContext* context, int tensors_to_add,
|
D | subgraph.cc | 1237 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() argument 1241 tensors_.resize(tensors_.size() + tensors_to_add); in AddTensors() 1251 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() argument 1257 ->AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
|
/external/tensorflow/tensorflow/lite/c/ |
D | common.h | 701 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,
|