Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc1087 const int last_regular_input_port = curr_pos - 1; in RemoveRegularFaninInternal() local
1088 if (last_regular_input_port < 0) { in RemoveRegularFaninInternal()
1091 max_regular_input_port()[node] = last_regular_input_port; in RemoveRegularFaninInternal()