Searched refs:n_attr (Results 1 – 3 of 3) sorted by relevance
282 if (auto n_attr = attr.second.dyn_cast<IntegerAttr>()) in SetReplicateOpOperands() local283 *n = n_attr.getInt(); in SetReplicateOpOperands()
117 const auto* n_attr = node.GetAttr(kAttrN); in GetConcatDataFaninPorts() local118 const int n = n_attr != nullptr ? n_attr->i() : 0; in GetConcatDataFaninPorts()1359 const auto* n_attr = node->GetAttr(kAttrN); in TransposeNode() local1360 if (n_attr != nullptr) { in TransposeNode()1361 axis_node = n_attr->i(); in TransposeNode()
1371 int n_attr; in test_htmlAttrAllowed() local1376 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() local7030 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 …]