Searched refs:RemoveAllDelegates (Results 1 – 7 of 7) sorted by relevance
104 TfLiteStatus RemoveAllDelegates() { in RemoveAllDelegates() function105 return interpreter_->RemoveAllDelegates(); in RemoveAllDelegates()
51 TF_LITE_ENSURE_STATUS(interpreter->RemoveAllDelegates()); in InvokeWithCPUFallback()
122 ASSERT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()603 EXPECT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_P()
402 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegateImpl()407 TfLiteStatus Interpreter::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Interpreter409 TF_LITE_ENSURE_STATUS(subgraph->RemoveAllDelegates()); in RemoveAllDelegates()
803 TfLiteStatus RemoveAllDelegates();
690 TfLiteStatus RemoveAllDelegates();
1748 TfLiteStatus Subgraph::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Subgraph1803 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()1881 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()