Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc166 auto to_max_port = max_output_ports->find(to_node); in SwapFanoutInputs() local
167 if (to_max_port != max_output_ports->end()) { in SwapFanoutInputs()
169 to_max_port->second); in SwapFanoutInputs()
196 auto to_max_port = max_output_ports->find(to_node); in SwapRegularFanoutsAndMaxPortValues() local
198 bool to_exists = to_max_port != max_output_ports->end(); in SwapRegularFanoutsAndMaxPortValues()
215 const int to = to_max_port->second; in SwapRegularFanoutsAndMaxPortValues()
231 std::swap(from_max_port->second, to_max_port->second); in SwapRegularFanoutsAndMaxPortValues()
238 forward_fanouts(to_node, from_node, 0, to_max_port->second); in SwapRegularFanoutsAndMaxPortValues()
240 max_output_ports->emplace(from_node, to_max_port->second); in SwapRegularFanoutsAndMaxPortValues()