Merge pull request #7686 from peterzhang2029/scale_fix

Fix the description of default scale attribute for scale op.
add_depthwiseConv_op_gpu
helinwang 7 years ago committed by GitHub
commit c8e7d1085e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -48,7 +48,7 @@ Scale operator
$$Out = scale*X$$
)DOC");
AddAttr<AttrType>("scale",
"(float, default 0)"
"(float, default 1.0)"
"The scaling factor of the scale operator.")
.SetDefault(1.0);
}

Loading…
Cancel
Save