Home
last modified time | relevance | path

Searched refs:rtp2 (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp853 if (auto rtp2 = tp2.dyn_cast<RankedTensorType>()) in isSameTypesWithoutEncoding() local
854 return rtp1.getShape() == rtp2.getShape() && in isSameTypesWithoutEncoding()
855 rtp1.getElementType() == rtp2.getElementType(); in isSameTypesWithoutEncoding()