tf.keras.backend.map_fn

View source on GitHub

Map the function fn over the elements elems and return the outputs.

tf.keras.backend.map_fn(
    fn, elems, name=None, dtype=None
)

Arguments:

Returns:

Tensor with dtype dtype.