Lines Matching defs:srcTp
884 const auto srcTp = tryGetSparseTensorType(srcTensor);
886 if (!srcTp || !dstTp)
889 if (!srcTp->hasEncoding() || !dstTp->hasEncoding() ||
894 sizesForTensor(rewriter, srcSizes, loc, *srcTp, srcTensor);
904 !srcTp->isAllOrdered() || !srcTp->isIdentity() || !dstTp->isIdentity());
922 const auto encSrc = srcTp->getEncoding();
927 const Dimension srcRank = srcTp->getDimRank();
984 const auto srcTp = getSparseTensorType(srcTensor);
986 if (!srcTp.hasEncoding() || !dstTp.hasEncoding())
992 sizesForTensor(rewriter, srcSizes, loc, srcTp, srcTensor);
1012 !srcTp.isAllOrdered() || !srcTp.isIdentity() || !dstTp.isIdentity());
1027 const auto encSrc = srcTp.getEncoding();
1032 const Dimension dimRank = srcTp.getDimRank();
1507 const auto srcTp = getSparseTensorType(src);
1508 const Dimension dimRank = srcTp.getDimRank();
1515 sizesForTensor(rewriter, dims, loc, srcTp, src);
1532 Type eltTp = srcTp.getElementType();