Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/
Dmutable_graph_view.cc519 std::vector<string> attr_strs; in UpdateNode() local
520 attr_strs.reserve(attrs.size()); in UpdateNode()
524 attr_strs.push_back(attr_str); in UpdateNode()
528 node_name, op, device, absl::StrJoin(attr_strs, ", ")); in UpdateNode()
/external/selinux/libsepol/cil/src/
Dandroid.c823 cil_list_init(&expandattr->attr_strs, CIL_TYPE); in cil_build_mappings_tree()
824 cil_list_append(expandattr->attr_strs, CIL_STRING, new_key); in cil_build_mappings_tree()
Dcil_copy_ast.c651 if (orig->attr_strs != NULL) { in cil_copy_expandtypeattribute()
652 cil_copy_list(orig->attr_strs, &new->attr_strs); in cil_copy_expandtypeattribute()
Dcil_internal.h554 struct cil_list *attr_strs; member
Dcil_build_ast.c3238 cil_list_init(&expandattr->attr_strs, CIL_TYPE); in cil_gen_expandtypeattribute()
3239 cil_list_append(expandattr->attr_strs, CIL_STRING, parse_current->next->data); in cil_gen_expandtypeattribute()
3241 rc = cil_fill_list(parse_current->next->cl_head, CIL_TYPE, &expandattr->attr_strs); in cil_gen_expandtypeattribute()
3276 cil_list_destroy(&expandattr->attr_strs, CIL_TRUE); in cil_destroy_expandtypeattribute()
Dcil_write_ast.c1074 write_expr(out, attr->attr_strs); in cil_write_ast_node()
Dcil.c2340 (*expandattr)->attr_strs = NULL; in cil_expandtypeattribute_init()
Dcil_resolve_ast.c478 cil_list_for_each(curr, expandattr->attr_strs) { in cil_resolve_expandtypeattribute()