Home
last modified time | relevance | path

Searched refs:n_attr (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_device.cc282 if (auto n_attr = attr.second.dyn_cast<IntegerAttr>()) in SetReplicateOpOperands() local
283 *n = n_attr.getInt(); in SetReplicateOpOperands()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dgeneric_layout_optimizer_transposer.cc117 const auto* n_attr = node.GetAttr(kAttrN); in GetConcatDataFaninPorts() local
118 const int n = n_attr != nullptr ? n_attr->i() : 0; in GetConcatDataFaninPorts()
1359 const auto* n_attr = node->GetAttr(kAttrN); in TransposeNode() local
1360 if (n_attr != nullptr) { in TransposeNode()
1361 axis_node = n_attr->i(); in TransposeNode()
/external/libxml2/
Dtestapi.c1371 int n_attr; in test_htmlAttrAllowed() local
1376 for (n_attr = 0;n_attr < gen_nb_const_xmlChar_ptr;n_attr++) { in test_htmlAttrAllowed()
1380 attr = gen_const_xmlChar_ptr(n_attr, 1); in test_htmlAttrAllowed()
1387 des_const_xmlChar_ptr(n_attr, (const xmlChar *)attr, 1); in test_htmlAttrAllowed()
1395 printf(" %d", n_attr); in test_htmlAttrAllowed()
7025 int n_attr; in test_xmlDebugDumpAttr() local
7030 for (n_attr = 0;n_attr < gen_nb_xmlAttrPtr;n_attr++) { in test_xmlDebugDumpAttr()
7034 attr = gen_xmlAttrPtr(n_attr, 1); in test_xmlDebugDumpAttr()
7040 des_xmlAttrPtr(n_attr, attr, 1); in test_xmlDebugDumpAttr()
7048 printf(" %d", n_attr); in test_xmlDebugDumpAttr()
[all …]