Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc693 absl::flat_hash_map<const Node*, int> control_ret_nodes_map; in GetValidControlRets() local
696 control_ret_nodes_map[n] = i; in GetValidControlRets()
702 auto iter = control_ret_nodes_map.find(n); in GetValidControlRets()
703 if (iter != control_ret_nodes_map.end()) { in GetValidControlRets()