Searched defs:typeAttr (Results 1 – 7 of 7) sorted by relevance
46 if (auto typeAttr = quantSpec.dyn_cast<TypeAttr>()) { in isValidQuantizationSpec() local
80 LstrType typeAttr = LstrType.fromString(parts.getAttributeValue(-1, "type")); in Validity() local
43 AttrValue typeAttr; in TestBitcastOp() local
218 auto typeAttr = getTypeAttr(); in isTypeAttrValid() local
571 if (TypeAttr typeAttr = typeOp.typeAttr()) { in generateRewriter() local
568 } else if (auto typeAttr = attr.dyn_cast<TypeAttr>()) { in visit() local1554 } else if (auto typeAttr = attr.dyn_cast<TypeAttr>()) { in printAttribute() local
2078 parseGlobalMemrefOpTypeAndInitialValue(OpAsmParser &parser, TypeAttr &typeAttr, in parseGlobalMemrefOpTypeAndInitialValue()