提交 71e83cb3 编写于 作者: H hjchen2

update

上级 0b821112
......@@ -73,8 +73,7 @@ void ConvBNAddReluKernel<CPU, float>::Compute(
param.ExecMode());
}
if (param.Bias()->dims() == param.InputBias()->dims() ||
param.Bias()->dims() == param.Output()->dims()) {
if (param.Bias()->dims() == param.Output()->dims()) {
math::ScaleAddChannelWise<RELU>(param.Output(), param.InputScale(),
param.InputBias(), param.Bias(),
param.Output());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册