Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1256 for (const auto& update_fanin : diff.regular_inputs_to_update) { in ApplyNodeUpdates() local
1257 UpdateRegularFaninInternal(&node_view, update_fanin.first, in ApplyNodeUpdates()
1258 update_fanin.second); in ApplyNodeUpdates()
1259 node_def->set_input(update_fanin.first, in ApplyNodeUpdates()
1260 SafeTensorIdToString(update_fanin.second)); in ApplyNodeUpdates()