tf.add
tf.add
tf.add
add( x, y, name=None )
Defined in tensorflow/python/ops/gen_math_ops.py
.
See the guide: Math > Arithmetic Operators
Returns x + y element-wise.
NOTE: Add
supports broadcasting. AddN
does not. More about broadcasting here
Args:
-
x
: ATensor
. Must be one of the following