Searched refs:reshInputType (Results 1 – 1 of 1) sorted by relevance
291 auto reshInputType = VectorType::get({m, n}, srcType.getElementType()); in matchAndRewrite() local294 reshInput = ib.create<vector::ShapeCastOp>(reshInputType, reshInput); in matchAndRewrite()309 Value res = ib.create<arith::ConstantOp>(reshInputType, in matchAndRewrite()310 ib.getZeroAttr(reshInputType)); in matchAndRewrite()