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
244 TfLiteStatus Interpreter::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Interpreter
79 void AddTensors(int count) { tensors_.resize(count + tensors_.size()); } in AddTensors() function in tflite::__anon1abf07070111::SimpleTestGraph
1408 TfLiteStatus Subgraph::AddTensors(int tensors_to_add, in AddTensors() function in tflite::Subgraph1422 TfLiteStatus Subgraph::AddTensors(TfLiteContext* context, int tensors_to_add, in AddTensors() function in tflite::Subgraph
326 void AddTensors(bool table_two_initialization = false) { in AddTensors() function in tflite::__anon44220aca0111::HashtableGraph
722 TfLiteStatus (*AddTensors)(struct TfLiteContext*, int tensors_to_add, member