Lines Matching defs:rtp
47 auto rtp = cast<ShapedType>(t);
49 rtp = RankedTensorType::get(rtp.getShape(), rtp.getElementType());
51 extraTypes->push_back(rtp);
53 convTypes.push_back(rtp);
73 auto rtp = cast<RankedTensorType>(type);
74 const SparseTensorType stt(rtp);
102 ShapedType rtp = cast<ShapedType>(t);
103 rtp = RankedTensorType::get(rtp.getShape(), rtp.getElementType());
105 retTypes.push_back(rtp);
114 auto a = builder.create<sparse_tensor::AssembleOp>(loc, rtp, inputs);