Lines Matching defs:rtp
170 auto rtp = getRankedTensorType(t);
171 const SparseTensorType stt(rtp);
241 const auto rtp = dyn_cast<RankedTensorType>(tensor.getType());
244 if (!rtp)
248 const auto shape = rtp.getShape();
263 denseTp = bufferization::getMemRefTypeWithFullyDynamicLayout(rtp);
306 const auto rtp = dyn_cast<RankedTensorType>(tensor.getType());
307 if (!rtp)
336 auto rtp = dyn_cast<RankedTensorType>(tensors[t].getType());
337 if (!rtp)
340 Level lvlRank = SparseTensorType(rtp).getLvlRank();