Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc1449 int max_retained_node_index = 0; in UndoAllDelegates() local
1452 max_retained_node_index = std::max(max_retained_node_index, in UndoAllDelegates()
1455 nodes_and_registration_.resize(max_retained_node_index + 1); in UndoAllDelegates()