Searched refs:mul_rhs (Results 1 – 1 of 1) sorted by relevance
577 auto mul_rhs = ExpandTo4DForConv(gamma_cst); in matchAndRewrite() local578 broadcasted_gamma = rewriter.create<ConstOp>(loc, mul_rhs); in matchAndRewrite()580 auto mul_rhs = ExpandTo4DForDepthwiseConv(gamma_cst); in matchAndRewrite() local581 broadcasted_gamma = rewriter.create<ConstOp>(loc, mul_rhs); in matchAndRewrite()