Searched refs:dstAttrType (Results 1 – 1 of 1) sorted by relevance
599 ShapedType dstAttrType = dstElementsAttr.getType(); in matchAndRewrite() local606 dstAttrType = RankedTensorType::get(srcType.getNumElements(), in matchAndRewrite()608 dstElementsAttr = dstElementsAttr.reshape(dstAttrType); in matchAndRewrite()653 if (dstAttrType.isa<RankedTensorType>()) in matchAndRewrite()654 dstAttrType = RankedTensorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()656 dstAttrType = VectorType::get(dstAttrType.getShape(), dstElemType); in matchAndRewrite()658 dstElementsAttr = DenseElementsAttr::get(dstAttrType, elements); in matchAndRewrite()