Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Bufferization/IR/
H A DBufferizationOps.cpp583 auto tensorCastOperand = in matchAndRewrite() local
585 if (!tensorCastOperand) in matchAndRewrite()
588 tensorCastOperand.getOperand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()
594 tensorCastOperand.getOperand()); in matchAndRewrite()
/llvm-project-15.0.7/mlir/lib/Dialect/Tensor/IR/
H A DTensorOps.cpp200 auto tensorCastOperand = tensorCast.getOperand().getDefiningOp<CastOp>(); in matchAndRewrite() local
202 if (!tensorCastOperand) in matchAndRewrite()
206 tensorCastOperand.getOperand().getType().cast<TensorType>(); in matchAndRewrite()
207 auto intermediateType = tensorCastOperand.getType().cast<TensorType>(); in matchAndRewrite()
227 tensorCastOperand.getOperand()); in matchAndRewrite()