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.cc1132 const int last_regular_fanin_port = in RemoveRegularFaninByPort() local
1135 CheckPortRange(port, /*min=*/0, last_regular_fanin_port, error_status)); in RemoveRegularFaninByPort()
1141 for (int i = port + 1; i <= last_regular_fanin_port; ++i) { in RemoveRegularFaninByPort()
1150 if (last_regular_fanin_port < last_node_input) { in RemoveRegularFaninByPort()
1151 mutable_inputs->SwapElements(last_regular_fanin_port, last_node_input); in RemoveRegularFaninByPort()
1155 const int updated_last_regular_input_port = last_regular_fanin_port - 1; in RemoveRegularFaninByPort()
1344 const int last_regular_fanin_port = in UpdateRegularFaninByPort() local
1347 CheckPortRange(port, /*min=*/0, last_regular_fanin_port, error_status)); in UpdateRegularFaninByPort()
1385 const int last_regular_fanin_port = in SwapRegularFaninsByPorts() local
1388 last_regular_fanin_port, error_status)); in SwapRegularFaninsByPorts()
[all …]