Searched refs:new_plan (Results 1 – 4 of 4) sorted by relevance
200 TfLiteStatus Interpreter::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument201 return primary_subgraph().SetExecutionPlan(new_plan); in SetExecutionPlan()
247 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
913 TfLiteStatus Subgraph::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument914 for (int node_index : new_plan) { in SetExecutionPlan()918 execution_plan_ = new_plan; in SetExecutionPlan()
121 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);