Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/lite/
Dinterpreter.cc84 context_.GetExecutionPlan = nullptr; in Interpreter()
162 TfLiteStatus Interpreter::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan() function in tflite::Interpreter
175 TfLiteStatus Interpreter::GetExecutionPlan(struct TfLiteContext* context, in GetExecutionPlan() function in tflite::Interpreter
178 ->GetExecutionPlan(execution_plan); in GetExecutionPlan()
602 context_.GetExecutionPlan = GetExecutionPlan; in ModifyGraphWithDelegate()
608 context_.GetExecutionPlan = nullptr; in ModifyGraphWithDelegate()
Dinterpreter.h366 TfLiteStatus GetExecutionPlan(TfLiteIntArray** execution_plan);
370 static TfLiteStatus GetExecutionPlan(struct TfLiteContext* context,
Dcontext.h258 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member
Dinterpreter_test.cc772 context->GetExecutionPlan(context, &execution_plan)); in SimpleDelegate()