Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/delegates/flex/
Dtest_util.cc70 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors() function in tflite::flex::testing::FlexModelTest
/external/tensorflow/tensorflow/lite/
Dgraph_info_test.cc58 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anon531b66cb0111::SimpleTestGraph
Dinterpreter.cc146 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc777 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph
791 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h431 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member