Home
last modified time | relevance | path

Searched refs:RemoveAllDelegates (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/lite/delegates/
Ddelegate_test_util.h104 TfLiteStatus RemoveAllDelegates() { in RemoveAllDelegates() function
105 return interpreter_->RemoveAllDelegates(); in RemoveAllDelegates()
Dinterpreter_utils.cc51 TF_LITE_ENSURE_STATUS(interpreter->RemoveAllDelegates()); in InvokeWithCPUFallback()
Ddelegate_test.cc122 ASSERT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()
603 EXPECT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_P()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc402 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegateImpl()
407 TfLiteStatus Interpreter::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Interpreter
409 TF_LITE_ENSURE_STATUS(subgraph->RemoveAllDelegates()); in RemoveAllDelegates()
Dinterpreter.h803 TfLiteStatus RemoveAllDelegates();
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h690 TfLiteStatus RemoveAllDelegates();
Dsubgraph.cc1748 TfLiteStatus Subgraph::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Subgraph
1803 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()
1881 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()