Searched refs:RemoveAllDelegates (Results 1 – 7 of 7) sorted by relevance
47 TfLiteStatus RemoveAllDelegates() { in RemoveAllDelegates() function48 return interpreter_->RemoveAllDelegates(); in RemoveAllDelegates()
49 TF_LITE_ENSURE_STATUS(interpreter->RemoveAllDelegates()); in InvokeWithCPUFallback()
120 ASSERT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()197 EXPECT_EQ(RemoveAllDelegates(), kTfLiteOk); in TEST_F()
401 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()406 TfLiteStatus Interpreter::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Interpreter408 TF_LITE_ENSURE_STATUS(subgraph->RemoveAllDelegates()); in RemoveAllDelegates()
709 TfLiteStatus RemoveAllDelegates();
591 TfLiteStatus RemoveAllDelegates();
1475 TfLiteStatus Subgraph::RemoveAllDelegates() { in RemoveAllDelegates() function in tflite::Subgraph1558 TF_LITE_ENSURE_STATUS(RemoveAllDelegates()); in ModifyGraphWithDelegate()