tf.math.add

Returns x + y element-wise.

tf.math.add(
    x, y, name=None
)

NOTE: math.add supports broadcasting. AddN does not. More about broadcasting here

Args:

Returns:

A Tensor. Has the same type as x.