Searched defs:HasDelegates (Results 1 – 3 of 3) 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
1483 bool Subgraph::HasDelegates() { return !delegates_applied_.empty(); } in HasDelegates() function in tflite::Subgraph