Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Conversion/ShapeToStandard/
H A DShapeToStandard.cpp557 RankedTensorType rankedTensorTy = tensorTy.cast<RankedTensorType>(); in matchAndRewrite() local
558 int64_t rank = rankedTensorTy.getRank(); in matchAndRewrite()
560 if (rankedTensorTy.isDynamicDim(i)) { in matchAndRewrite()
565 loc, rankedTensorTy.getDimSize(i)); in matchAndRewrite()