tf.keras.backend.cumprod

View source on GitHub

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

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

Arguments:

Returns:

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