Searched refs:host_else_branch (Results 1 – 1 of 1) sorted by relevance
1438 NameAttrList host_then_branch, host_else_branch; in BuildHostGraphForIfNode() local1441 host_else_branch.set_name(else_branch_host_func_name); in BuildHostGraphForIfNode()1442 (*host_else_branch.mutable_attr())["_device_ordinal"] = device_ordinal_value; in BuildHostGraphForIfNode()1444 if_builder.Attr("else_branch", host_else_branch); in BuildHostGraphForIfNode()