Home
last modified time | relevance | path

Searched refs:GetExecutionPlan (Results 1 – 12 of 12) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc302 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
361 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
424 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
538 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
705 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
925 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
996 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
1199 context->GetExecutionPlan = [](struct TfLiteContext* context, in TEST()
/external/tensorflow/tensorflow/lite/delegates/
Dutils_test.cc112 this->GetExecutionPlan = MockGetExecutionPlan;
220 error_context.GetExecutionPlan = ErrorGetExecutionPlan; in TEST()
Dutils.cc117 auto status = context_->GetExecutionPlan(context_, &execution_plan); in PrepareSupportedNodes()
Ddelegate_test_util.cc162 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &execution_plan)); in SimpleDelegate()
Ddelegate_test.cc831 context->GetExecutionPlan(context, &execution_plan)); in SetUp()
/external/tensorflow/tensorflow/lite/java/src/test/native/
Dinterpreter_test_jni.cc64 context->GetExecutionPlan(context, &execution_plan)); in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
/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
485 ->GetExecutionPlan(execution_plan); in GetExecutionPlan()
1357 context_.GetExecutionPlan = GetExecutionPlan; in SwitchToDelegateContext()
1372 context_.GetExecutionPlan = [](struct TfLiteContext* context, in SwitchToKernelContext()
Dsubgraph.h519 TfLiteStatus GetExecutionPlan(TfLiteIntArray** execution_plan);
523 static TfLiteStatus GetExecutionPlan(struct TfLiteContext* context,
/external/tensorflow/tensorflow/lite/c/
Dcommon.h640 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member
/external/tensorflow/tensorflow/lite/delegates/xnnpack/
Dxnnpack_delegate.cc122 if (context->GetExecutionPlan(context, &execution_plan) != kTfLiteOk) { in Create()
2932 if (context->GetExecutionPlan(context, &execution_plan) != kTfLiteOk) { in PrepareOpsToDelegate()
/external/tensorflow/tensorflow/lite/
Dinterpreter_test.cc976 EXPECT_EQ(context->GetExecutionPlan(context, &execution_plan), in TEST()
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc5104 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &plan)); in DoPrepare()