Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1459 delegates_undone_ = true; in UndoAllDelegates()
1464 if (!delegates_undone_) return kTfLiteOk; in RedoAllDelegates()
1466 delegates_undone_ = false; in RedoAllDelegates()
1478 delegates_undone_ = false; in RemoveAllDelegates()
Dsubgraph.h701 bool delegates_undone_ = false; variable