Searched refs:delegates_to_apply (Results 1 – 1 of 1) sorted by relevance
1467 std::vector<TfLiteDelegate*> delegates_to_apply; in RedoAllDelegates() local1468 delegates_applied_.swap(delegates_to_apply); in RedoAllDelegates()1469 for (auto* delegate : delegates_to_apply) { in RedoAllDelegates()