tf.keras.backend.foldl

View source on GitHub

Reduce elems using fn to combine them from left to right.

tf.keras.backend.foldl(
    fn, elems, initializer=None, name=None
)

Arguments:

Returns:

Tensor with same type and shape as initializer.