Searched defs:AddTensors (Results 1 – 6 of 6) sorted by relevance
74 void FlexModelTest::AddTensors(int num_tensors, const std::vector<int>& inputs, in AddTensors() function in tflite::flex::testing::FlexModelTest
242 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
78 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anon7fb2faee0111::SimpleTestGraph
1237 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph1251 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
324 void AddTensors(bool table_two_initialization = false) { in AddTensors() function in tflite::__anonf87160510111::HashtableGraph
701 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member