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.h47 TfLiteStatus RemoveAllDelegates() { in RemoveAllDelegates() function
48 return interpreter_->RemoveAllDelegates(); in RemoveAllDelegates()
Dinterpreter_utils.cc49 TF_LITE_ENSURE_STATUS(interpreter->RemoveAllDelegates()); in InvokeWithCPUFallback()
Ddelegate_test.cc120 ASSERT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()
197 EXPECT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()
/external/tensorflow/tensorflow/lite/
Dinterpreter.cc401 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()
406 TfLiteStatus Interpreter::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Interpreter
408 TF_LITE_ENSURE_STATUS(subgraph->RemoveAllDelegates()); in RemoveAllDelegates()
Dinterpreter.h709 TfLiteStatus RemoveAllDelegates();
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.h591 TfLiteStatus RemoveAllDelegates();
Dsubgraph.cc1475 TfLiteStatus Subgraph::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Subgraph
1558 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()