Lines Matching defs:stt
96 auto stt = tryGetSparseTensorType(t);
98 if (padOp && stt.has_value() && stt->hasEncoding() &&
99 padOp.getSourceType().getEncoding() == stt->getEncoding() &&
100 stt->getEncoding().isIdentity()) {
171 const SparseTensorType stt(rtp);
172 lvlRank = stt.getLvlRank();
205 auto stt = getSparseTensorType(tensor);
220 if (stt.hasEncoding() && stt.getEncoding().isSlice()) {
247 auto stt = getSparseTensorType(tensor);
254 Type elementType = stt.getElementType();
255 if (!stt.hasEncoding()) {
312 auto stt = getSparseTensorType(tensor);
313 const Level lvlRank = stt.getLvlRank();