Searched defs:AddTensors (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | test_util.cc | 74 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors() function in tflite::flex::testing::FlexModelTest
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter.cc | 244 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
|
H A D | graph_info_test.cc | 79 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anonb7acd6780111::SimpleTestGraph
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.cc | 1408 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph 1422 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable_ops_test.cc | 326 void AddTensors(bool table_two_initialization = false) { in AddTensors() function in tflite::__anon36dcb19b0111::HashtableGraph
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | common.h | 722 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | common.h | 770 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member
|