tf.compat.v2.strings.reduce_join

View source on GitHub
tf.compat.v2.strings.reduce_join(
    inputs,
    axis=None,
    keepdims=False,
    separator='',
    name=None
)