Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/common_runtime/
Dlower_case_op.cc273 const AttrValue* branches_attr = n->attrs().Find("branches"); in RewriteCaseNode() local
274 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()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dchoose_fastest_branch_dataset_op.cc304 AttrValue branches_attr; in AsGraphDefInternal() local
310 b->BuildAttrValue(funcs, &branches_attr); in AsGraphDefInternal()
327 std::make_pair("branches", branches_attr), in AsGraphDefInternal()