Home
last modified time | relevance | path

Searched defs:HasDelegates (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test_util.h52 bool HasDelegates() { return interpreter_->HasDelegates(); } in HasDelegates() function
H A Dinterpreter_experimental.cc79 bool Interpreter::HasDelegates() { return primary_subgraph().HasDelegates(); } in HasDelegates() function in tflite::Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1756 bool Subgraph::HasDelegates() { return !delegates_applied_.empty(); } in HasDelegates() function in tflite::Subgraph