Home
last modified time | relevance | path

Searched defs:GetExecutionPlan (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc483 TfLiteStatus Subgraph::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan() function in tflite::Subgraph
495 TfLiteStatus Subgraph::GetExecutionPlan(struct TfLiteContext* context, in GetExecutionPlan() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/c/
Dcommon.h682 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member