Searched refs:new_bias (Results 1 – 1 of 1) sorted by relevance
599 auto new_bias = rewriter.create<TF::MulOp>(loc, bias, gamma); in matchAndRewrite() local600 fc_op.getOperation()->replaceUsesOfWith(bias, new_bias); in matchAndRewrite()693 auto new_bias = DenseFPElementsAttr::get(new_bias_type, new_bias_values); in matchAndRewrite() local695 rewriter.create<ConstOp>(fc_op.getLoc(), new_bias_type, new_bias); in matchAndRewrite()