Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc1129 const int last_regular_fanin_port = in RemoveRegularFaninByPort() local
1132 CheckPortRange(port, /*min=*/0, last_regular_fanin_port, error_status)); in RemoveRegularFaninByPort()
1138 for (int i = port + 1; i <= last_regular_fanin_port; ++i) { in RemoveRegularFaninByPort()
1147 if (last_regular_fanin_port < last_node_input) { in RemoveRegularFaninByPort()
1148 mutable_inputs->SwapElements(last_regular_fanin_port, last_node_input); in RemoveRegularFaninByPort()
1152 const int updated_last_regular_input_port = last_regular_fanin_port - 1; in RemoveRegularFaninByPort()
1341 const int last_regular_fanin_port = in UpdateRegularFaninByPort() local
1344 CheckPortRange(port, /*min=*/0, last_regular_fanin_port, error_status)); in UpdateRegularFaninByPort()
1382 const int last_regular_fanin_port = in SwapRegularFaninsByPorts() local
1385 last_regular_fanin_port, error_status)); in SwapRegularFaninsByPorts()
[all …]