Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc178 const bool from_exists = from_fanouts != fanouts->end(); in SwapFanoutsMapValues() local
181 if (from_exists && to_exists) { in SwapFanoutsMapValues()
183 } else if (from_exists) { in SwapFanoutsMapValues()
197 bool from_exists = from_max_port != max_output_ports->end(); in SwapRegularFanoutsAndMaxPortValues() local
213 if (from_exists && to_exists) { in SwapRegularFanoutsAndMaxPortValues()
232 } else if (from_exists) { in SwapRegularFanoutsAndMaxPortValues()