Home
last modified time | relevance | path

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

/external/ltp/pan/
Dltp-pan.c74 struct coll_entry { struct
78 struct coll_entry *next; argument
83 struct coll_entry **ary;
90 struct coll_entry *cmd;
99 static pid_t run_child(struct coll_entry *colle, struct tag_pgrp *active,
114 static char *subst_pcnt_f(struct coll_entry *colle);
903 run_child(struct coll_entry *colle, struct tag_pgrp *active, int quiet_mode, in run_child()
1158 static char *subst_pcnt_f(struct coll_entry *colle) in subst_pcnt_f()
1177 struct coll_entry *head, *p, *n; in get_collection()
1198 n = malloc(sizeof(struct coll_entry)); in get_collection()
[all …]
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/
Dgraph_analyzer.cc291 auto& coll_entry = collation_map_[sig.get()]; in CollateResult() local
292 if (coll_entry.sig == nullptr) { in CollateResult()
293 coll_entry.sig = std::move(sig); in CollateResult()
295 ++coll_entry.count; in CollateResult()