Home
last modified time | relevance | path

Searched defs:AddTensors (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc74 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors() function in tflite::flex::testing::FlexModelTest
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc242 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
Dgraph_info_test.cc78 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anon7fb2faee0111::SimpleTestGraph
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1237 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph
1251 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/kernels/
Dhashtable_ops_test.cc324 void AddTensors(bool table_two_initialization = false) { in AddTensors() function in tflite::__anonf87160510111::HashtableGraph
/external/tensorflow/tensorflow/lite/c/
Dcommon.h701 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member