Lines Matching defs:stt
206 const SparseTensorType stt(rtp);
208 const Level lvlRank = stt.getLvlRank();
214 if (!isa<AffineDimExpr>(exprs[l]) && !stt.getLvlType(l).hasDenseSemantic())
339 const auto stt = getSparseTensorType(t->get());
340 const Level lvlRank = stt.getLvlRank();
354 const auto stt = getSparseTensorType(t->get());
355 if (stt.hasEncoding()) {
365 const Level lvlRank = stt.getLvlRank();
509 const auto stt = getSparseTensorType(t->get());
510 if (auto explVal = stt.getExplicitVal())
696 const auto stt = getSparseTensorType(t.get());
697 const Level lvlRank = stt.getLvlRank();
943 auto stt = getSparseTensorType(env.op().getInputs()[tid]);
944 lt = stt.getLvlType(*lvl);
1054 const auto stt = getSparseTensorType(operand->get());
1056 if (!stt.hasEncoding())
1061 const Level lvlRank = stt.getLvlRank();
1067 LevelType lt = stt.getLvlType(l);
1089 auto stt = getSparseTensorType(env.op().getOutputs().front());
1095 if (stt.hasEncoding() && stt.isAllDense())