Home
last modified time | relevance | path

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

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