Searched refs:branches_attr (Results 1 – 2 of 2) sorted by relevance
273 const AttrValue* branches_attr = n->attrs().Find("branches"); in RewriteCaseNode() local274 if (branches_attr == nullptr) { in RewriteCaseNode()278 int num_branches = branches_attr->list().func_size(); in RewriteCaseNode()282 branch_fn_names.emplace_back(branches_attr->list().func(b).name()); in RewriteCaseNode()
304 AttrValue branches_attr; in AsGraphDefInternal() local310 b->BuildAttrValue(funcs, &branches_attr); in AsGraphDefInternal()327 std::make_pair("branches", branches_attr), in AsGraphDefInternal()