Home
last modified time | relevance | path

Searched refs:new_plan (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dinterpreter.cc200 TfLiteStatus Interpreter::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument
201 return primary_subgraph().SetExecutionPlan(new_plan); in SetExecutionPlan()
Dinterpreter.h247 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc913 TfLiteStatus Subgraph::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() argument
914 for (int node_index : new_plan) { in SetExecutionPlan()
918 execution_plan_ = new_plan; in SetExecutionPlan()
Dsubgraph.h121 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);