Searched refs:maybeConstantIndex (Results 1 – 2 of 2) sorted by relevance
334 Optional<int64_t> maybeConstantIndex = dimOp.getConstantIndex(); in matchAndRewrite() local336 if (!allocTensorOp || !maybeConstantIndex) in matchAndRewrite()338 if (!allocTensorOp.getType().isDynamicDim(*maybeConstantIndex)) in matchAndRewrite()341 dimOp, allocTensorOp.getDynamicSize(rewriter, *maybeConstantIndex)); in matchAndRewrite()
1356 Optional<int64_t> maybeConstantIndex = dimOp.getConstantIndex(); in matchAndRewrite() local1358 if (!initTensorOp || !maybeConstantIndex) in matchAndRewrite()1360 if (!initTensorOp.isDynamicSize(*maybeConstantIndex)) in matchAndRewrite()1362 rewriter.replaceOp(dimOp, initTensorOp.getDynamicSize(*maybeConstantIndex)); in matchAndRewrite()