Searched refs:new_plan (Results 1 – 5 of 5) sorted by relevance
71 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument72 return interpreter_->SetExecutionPlan(new_plan); in SetExecutionPlan()
287 TfLiteStatus Interpreter::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument288 return primary_subgraph().SetExecutionPlan(new_plan); in SetExecutionPlan()
796 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
491 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
1556 TfLiteStatus Subgraph::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument1557 for (int node_index : new_plan) { in SetExecutionPlan()1561 execution_plan_ = new_plan; in SetExecutionPlan()