Home
last modified time | relevance | path

Searched refs:SetExecutionPlan (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/lite/
Dinterpreter.cc200 TfLiteStatus Interpreter::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() function in tflite::Interpreter
201 return primary_subgraph().SetExecutionPlan(new_plan); in SetExecutionPlan()
Dinterpreter.h247 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
Dinterpreter_test.cc1018 interpreter_.SetExecutionPlan({1, 0}); in TEST_F()
1025 interpreter_.SetExecutionPlan({1}); in TEST_F()
1032 interpreter_.SetExecutionPlan({}); in TEST_F()
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h121 TfLiteStatus SetExecutionPlan(const std::vector<int>& new_plan);
Dsubgraph.cc913 TfLiteStatus Subgraph::SetExecutionPlan(const std::vector<int>& new_plan) { in SetExecutionPlan() function in tflite::Subgraph