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 | 298 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() argument 300 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
|
D | interpreter.h | 143 TfLiteStatus AddTensors(int tensors_to_add,
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.h | 95 TfLiteStatus AddTensors(int tensors_to_add, 486 static TfLiteStatus AddTensors(TfLiteContext* context, int tensors_to_add,
|
D | subgraph.cc | 1151 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() argument 1155 tensors_.resize(tensors_.size() + tensors_to_add); in AddTensors() 1165 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() argument 1171 ->AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
|
/external/tensorflow/tensorflow/lite/c/ |
D | common.h | 659 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,
|