Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Shape/IR/
H A DShape.cpp682 if (auto extentTensorTy = shape.getType().dyn_cast<RankedTensorType>()) { in matchAndRewrite() local
683 if (extentTensorTy.getDimSize(0) == 0) in matchAndRewrite()
819 if (auto extentTensorTy = shape.getType().dyn_cast<RankedTensorType>()) { in matchAndRewrite() local
822 if (extentTensorTy.isDynamicDim(0)) in matchAndRewrite()
824 maxRank = std::max(maxRank, extentTensorTy.getDimSize(0)); in matchAndRewrite()
1632 Type extentTensorTy = RankedTensorType::get({rank}, indexTy); in inferReturnTypes() local
1633 inferredReturnTypes.assign({extentTensorTy}); in inferReturnTypes()