Searched refs:update_fanin (Results 1 – 1 of 1) sorted by relevance
1256 for (const auto& update_fanin : diff.regular_inputs_to_update) { in ApplyNodeUpdates() local1257 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()