Adds bias
to value
.
tf.raw_ops.BiasAddV1(
value, bias, name=None
)
This is a deprecated version of BiasAdd and will be soon removed.
This is a special case of tf.add
where bias
is restricted to be 1-D.
Broadcasting is supported, so value
may have any number of dimensions.
Returns | |
---|---|
A Tensor . Has the same type as value .
|