Home
last modified time | relevance | path

Searched refs:GetExecutionPlan (Results 1 – 10 of 10) 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
370 ->GetExecutionPlan(execution_plan); in GetExecutionPlan()
975 context_->GetExecutionPlan = GetExecutionPlan; in SwitchToDelegateContext()
989 context_->GetExecutionPlan = [](struct TfLiteContext* context, in SwitchToKernelContext()
Dsubgraph.h409 TfLiteStatus GetExecutionPlan(TfLiteIntArray** execution_plan);
413 static TfLiteStatus GetExecutionPlan(struct TfLiteContext* context,
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc58 context->GetExecutionPlan(context, &execution_plan)); in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc50 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &plan)); in Prepare()
/external/tensorflow/tensorflow/lite/experimental/micro/testing/
Dtest_utils.h86 context->GetExecutionPlan = nullptr; in PopulateContext()
/external/tensorflow/tensorflow/lite/c/
Dc_api_internal.h412 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member
/external/tensorflow/tensorflow/lite/experimental/micro/
Dmicro_interpreter.cc147 context_.GetExecutionPlan = nullptr; in MicroInterpreter()
/external/tensorflow/tensorflow/lite/g3doc/performance/
Ddelegates.md130 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &plan));
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc747 EXPECT_EQ(context->GetExecutionPlan(context, &execution_plan), in TEST()
1136 context->GetExecutionPlan(context, &execution_plan)); in SimpleDelegate()
1343 context->GetExecutionPlan(context, &execution_plan)); in SetUp()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc1392 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &plan)); in NnApiDelegate()