Searched refs:HasDelegates (Results 1 – 7 of 7) sorted by relevance
50 bool HasDelegates() { return interpreter_.HasDelegates(); } in HasDelegates() function
413 bool Interpreter::HasDelegates() { return primary_subgraph().HasDelegates(); } in HasDelegates() function in tflite::Interpreter
712 bool HasDelegates();
1820 EXPECT_TRUE(HasDelegates()); in TEST_F()1830 EXPECT_FALSE(HasDelegates()); in TEST_F()1840 EXPECT_FALSE(HasDelegates()); in TEST_F()
23 !interpreter->HasDelegates()) { in InvokeWithCPUFallback()
594 bool HasDelegates();
1483 bool Subgraph::HasDelegates() { return !delegates_applied_.empty(); } in HasDelegates() function in tflite::Subgraph