Searched refs:GetExecutionPlan (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_test.cc | 302 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/ |
D | utils_test.cc | 112 this->GetExecutionPlan = MockGetExecutionPlan; 220 error_context.GetExecutionPlan = ErrorGetExecutionPlan; in TEST()
|
D | utils.cc | 117 auto status = context_->GetExecutionPlan(context_, &execution_plan); in PrepareSupportedNodes()
|
D | delegate_test_util.cc | 162 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &execution_plan)); in SimpleDelegate()
|
D | delegate_test.cc | 831 context->GetExecutionPlan(context, &execution_plan)); in SetUp()
|
/external/tensorflow/tensorflow/lite/java/src/test/native/ |
D | interpreter_test_jni.cc | 64 context->GetExecutionPlan(context, &execution_plan)); in Java_org_tensorflow_lite_InterpreterTest_getNativeHandleForDelegate()
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 469 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()
|
D | subgraph.h | 519 TfLiteStatus GetExecutionPlan(TfLiteIntArray** execution_plan); 523 static TfLiteStatus GetExecutionPlan(struct TfLiteContext* context,
|
/external/tensorflow/tensorflow/lite/c/ |
D | common.h | 640 TfLiteStatus (*GetExecutionPlan)(struct TfLiteContext* context, member
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | xnnpack_delegate.cc | 122 if (context->GetExecutionPlan(context, &execution_plan) != kTfLiteOk) { in Create() 2932 if (context->GetExecutionPlan(context, &execution_plan) != kTfLiteOk) { in PrepareOpsToDelegate()
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test.cc | 976 EXPECT_EQ(context->GetExecutionPlan(context, &execution_plan), in TEST()
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 5104 TF_LITE_ENSURE_STATUS(context->GetExecutionPlan(context, &plan)); in DoPrepare()
|