Searched refs:newIteratorTypes (Results 1 – 3 of 3) sorted by relevance
193 SmallVector<StringRef> newIteratorTypes; in splitReduction() local196 newIteratorTypes.push_back(getParallelIteratorTypeName()); in splitReduction()197 newIteratorTypes.push_back(it.value().cast<StringAttr>().getValue()); in splitReduction()203 ValueRange({identityTensor}), newMaps, newIteratorTypes); in splitReduction()
207 SmallVector<Attribute, 4> newIteratorTypes; in matchAndRewrite() local210 newIteratorTypes.push_back(attr.value()); in matchAndRewrite()215 genericOp.iterator_typesAttr(ArrayAttr::get(context, newIteratorTypes)); in matchAndRewrite()
308 SmallVector<Attribute> newIteratorTypes; in matchAndRewrite() local320 newIteratorTypes.push_back(it.value()); in matchAndRewrite()395 rewriter.getArrayAttr(newIteratorTypes), contractOp.getKind()); in matchAndRewrite()