tf.keras.backend.cumsum

View source on GitHub

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

tf.keras.backend.cumsum(
    x, axis=0
)

Arguments:

Returns:

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