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.cc179 const bool from_exists = from_fanouts != fanouts->end(); in SwapFanoutsMapValues() local
182 if (from_exists && to_exists) { in SwapFanoutsMapValues()
184 } else if (from_exists) { in SwapFanoutsMapValues()
198 bool from_exists = from_max_port != max_output_ports->end(); in SwapRegularFanoutsAndMaxPortValues() local
214 if (from_exists && to_exists) { in SwapRegularFanoutsAndMaxPortValues()
233 } else if (from_exists) { in SwapRegularFanoutsAndMaxPortValues()