Searched refs:tensorCastOperand (Results 1 – 2 of 2) sorted by relevance
583 auto tensorCastOperand = in matchAndRewrite() local585 if (!tensorCastOperand) in matchAndRewrite()588 tensorCastOperand.getOperand().getType().dyn_cast<RankedTensorType>(); in matchAndRewrite()594 tensorCastOperand.getOperand()); in matchAndRewrite()
200 auto tensorCastOperand = tensorCast.getOperand().getDefiningOp<CastOp>(); in matchAndRewrite() local202 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()