Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/
Dutils_test.cc37 context.AddTensors = [](struct TfLiteContext*, int tensors_to_add, in TEST()
40 if (tensors_to_add != 1) { in TEST()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc298 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() argument
300 return primary_subgraph().AddTensors(tensors_to_add, first_new_tensor_index); in AddTensors()
Dinterpreter.h143 TfLiteStatus AddTensors(int tensors_to_add,
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h95 TfLiteStatus AddTensors(int tensors_to_add,
486 static TfLiteStatus AddTensors(TfLiteContext* context, int tensors_to_add,
Dsubgraph.cc1151 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/
Dcommon.h659 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add,