Repeatedly applies callable `fn` to a sequence of elements. Implemented by functional_ops.While, tpu friendly, no gradient. This is similar to functional_ops.scan but significantly faster on tpu/gpu for the forward backward use case. Examples: scan(lambda a, e: a + e, [1.0, 2.0, 3.0],
(fn, elems, initial, reverse=False, inclusive=False, final_only=False)
source not stored for this graph (policy: none)
no test coverage detected