View source on GitHub |
TensorFlow variant of NumPy's add
.
tf.experimental.numpy.add(
x1, x2
)
Used in the notebooks
Used in the guide |
---|
Unsupported arguments: out
, where
, casting
, order
, dtype
, subok
, signature
, extobj
.
See the NumPy documentation for numpy.add
.