tf.keras.backend.cumprod

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

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.keras.backend.cumprod, `tf.compat.v2.keras.backend.cumprod`

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

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