Lines Matching defs:stt
438 auto stt = SparseTensorType(getRankedTensorType(attr));
439 const Dimension dimRank = stt.getDimRank();
578 SparseTensorType stt, Value tensor,
583 Dimension dimRank = stt.getDimRank();
586 for (const Size sz : stt.getDimShape()) {
595 Type eltTp = stt.getElementType();
605 if (stt.hasDynamicDimShape()) {
615 if (stt.isDynamicDim(d))
624 OpBuilder &builder, Location loc, SparseTensorType stt,
629 const Dimension dimRank = stt.getDimRank();
630 const Level lvlRank = stt.getLvlRank();
636 if (stt.isIdentity()) {
650 const auto dimToLvl = stt.getDimToLvl();
651 const auto lvlToDim = stt.getLvlToDim();