View source on GitHub |
TensorFlow variant of NumPy's sum
.
tf.experimental.numpy.sum(
a, axis=None, dtype=None, keepdims=None
)
Used in the notebooks
Used in the guide |
---|
Unsupported arguments: out
, initial
, where
.
See the NumPy documentation for numpy.sum
.