Searched refs:last_regular_fanin_port (Results 1 – 1 of 1) sorted by relevance
1132 const int last_regular_fanin_port = in RemoveRegularFaninByPort() local1135 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() local1347 CheckPortRange(port, /*min=*/0, last_regular_fanin_port, error_status)); in UpdateRegularFaninByPort()1385 const int last_regular_fanin_port = in SwapRegularFaninsByPorts() local1388 last_regular_fanin_port, error_status)); in SwapRegularFaninsByPorts()[all …]