Searched refs:node_name_to_control_ret (Results 1 – 2 of 2) sorted by relevance
51 std::unordered_map<string, string> node_name_to_control_ret; in TransformGraphFunction() local59 node_name_to_control_ret.emplace(control_ret.second, control_ret.first); in TransformGraphFunction()105 node_name_to_control_ret.emplace(control_ret, control_ret); in TransformGraphFunction()109 node_name_to_control_ret.emplace(control_ret.second, control_ret.first); in TransformGraphFunction()172 [&node_name_to_control_ret](const Node* n) -> absl::optional<string> { in TransformGraphFunction()173 const auto it = node_name_to_control_ret.find(n->name()); in TransformGraphFunction()174 if (it != node_name_to_control_ret.end()) in TransformGraphFunction()
869 std::unordered_map<string, string> node_name_to_control_ret; in InstantiateMultiDevice() local882 node_name_to_control_ret.emplace(control_ret, control_ret); in InstantiateMultiDevice()886 node_name_to_control_ret.emplace(control_ret.second, control_ret.first); in InstantiateMultiDevice()1016 [&node_name_to_control_ret](const Node* n) -> absl::optional<string> { in InstantiateMultiDevice()1017 const auto it = node_name_to_control_ret.find(n->name()); in InstantiateMultiDevice()1018 return it != node_name_to_control_ret.end() in InstantiateMultiDevice()