Searched refs:rtp2 (Results 1 – 1 of 1) sorted by relevance
853 if (auto rtp2 = tp2.dyn_cast<RankedTensorType>()) in isSameTypesWithoutEncoding() local854 return rtp1.getShape() == rtp2.getShape() && in isSameTypesWithoutEncoding()855 rtp1.getElementType() == rtp2.getElementType(); in isSameTypesWithoutEncoding()