tf.foldl

tf.foldl

tf.foldl

foldl(
    fn,
    elems,
    initializer=None,
    parallel_iterations=10,
    back_prop=True,
    swap_memory=False,
    name=None
)

Defined in tensorflow/python/ops/functional_ops.py.

See the guide: Higher Order Functions > Higher Order Operators

foldl on the list of tensors unpacked from elems on dimension 0.

This