Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc354 TfLiteStatus Subgraph::GetExecutionPlan(TfLiteIntArray** execution_plan) { in GetExecutionPlan() function in tflite::Subgraph
367 TfLiteStatus Subgraph::GetExecutionPlan(struct TfLiteContext* context, in GetExecutionPlan() function in tflite::Subgraph
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h412 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member