Searched refs:n_attrs (Results 1 – 4 of 4) sorted by relevance
/external/tensorflow/tensorflow/core/common_runtime/ |
D | parallel_concat_optimizer.cc | 52 AttrSlice n_attrs = n->attrs(); in Run() local 53 auto base_make_node = [n, g, &n_attrs](const string& op, in Run() 58 if (GetNodeAttr(n_attrs, "_class", &colo).ok()) { in Run() 63 auto make_node = [n, g, &n_attrs, &base_make_node](string op) { in Run() 68 TF_RETURN_IF_ERROR(GetNodeAttr(n_attrs, "T", &dtype)); in Run() 70 TF_RETURN_IF_ERROR(GetNodeAttr(n_attrs, "shape", &shape)); in Run()
|
D | accumulate_n_optimizer.cc | 76 AttrSlice n_attrs = n->attrs(); in rewriteNode() local 77 auto base_make_node = [n, g, &n_attrs](const string& op, in rewriteNode() 84 if (GetNodeAttr(n_attrs, kColocationAttrName, &colo).ok()) { in rewriteNode() 89 auto make_node = [n, g, &n_attrs, &base_make_node](string op) { in rewriteNode() 95 TF_RETURN_IF_ERROR(GetNodeAttr(n_attrs, "T", &dtype)); in rewriteNode() 97 TF_RETURN_IF_ERROR(GetNodeAttr(n_attrs, "shape", &shape)); in rewriteNode()
|
/external/perf_data_converter/src/quipper/ |
D | test_perf_data.cc | 80 size_t n_attrs = header_.attrs.size / header_.attr_size; in WithCustomPerfEventAttrSize() local 84 return WithAttrCount(n_attrs); in WithCustomPerfEventAttrSize()
|
/external/valgrind/coregrind/m_debuginfo/ |
D | readdwarf3.c | 2279 Int n_attrs = 0; in parse_var_DIE() local 2290 n_attrs++; in parse_var_DIE()
|