tf.keras.backend.cumsum

TensorFlow 2 version View source on GitHub

Cumulative sum of the values in a tensor, alongside the specified axis.

x A tensor or variable.
axis An integer, the axis to compute the sum.

A tensor of the cumulative sum of values of x along axis.