add_depthwiseConv_op_gpu
peterzhang2029 7 years ago
parent 0071b5f797
commit b48fedc30b

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

Loading…
Cancel
Save