Searched refs:SetExecutionPlan (Results 1 – 5 of 5) sorted by relevance
200 TfLiteStatus Interpreter::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() function in tflite::Interpreter201 return primary_subgraph().SetExecutionPlan(new_plan); in SetExecutionPlan()
247 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
1018 interpreter_.SetExecutionPlan({1, 0}); in TEST_F()1025 interpreter_.SetExecutionPlan({1}); in TEST_F()1032 interpreter_.SetExecutionPlan({}); in TEST_F()
121 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
913 TfLiteStatus Subgraph::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() function in tflite::Subgraph