Home
last modified time | relevance | path

Searched defs:AddTensors (Results 1 – 7 of 7) 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/
Dgraph_info_test.cc77 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anon6e38e6c20111::SimpleTestGraph
Dinterpreter.cc298 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1151 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph
1165 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/micro/
Dmicro_allocator.cc190 TfLiteStatus AllocationInfoBuilder::AddTensors(const SubGraph* subgraph, in AddTensors() function in tflite::__anon7ac4b1690111::AllocationInfoBuilder
/external/tensorflow/tensorflow/lite/kernels/hashtable/
Dhashtable_ops_test.cc331 void AddTensors(bool table_two_initialization = false) { in AddTensors() function in tflite::__anon75599aa00111::HashtableGraph
/external/tensorflow/tensorflow/lite/c/
Dcommon.h659 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member