Home
last modified time | relevance | path

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

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