Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/utils/
Dgraph_view.cc1232 int curr_control_start = curr_index; in ApplyNodeUpdates() local
1238 if (curr_control_start == curr_index) { in ApplyNodeUpdates()
1239 curr_control_start = node_def->input_size() - 1; in ApplyNodeUpdates()
1248 curr_control_start != node_view.NumRegularFanins()) { in ApplyNodeUpdates()
1251 node_def->mutable_input()->begin() + curr_control_start, in ApplyNodeUpdates()