Home
last modified time | relevance | path

Searched refs:delegates_to_apply (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1467 std::vector<TfLiteDelegate*> delegates_to_apply; in RedoAllDelegates() local
1468 delegates_applied_.swap(delegates_to_apply); in RedoAllDelegates()
1469 for (auto* delegate : delegates_to_apply) { in RedoAllDelegates()