tf.strings.join

Joins the strings in the given list of string tensors into one tensor;

tf.strings.join(
    inputs, separator='', name=None
)

with the given separator (default is an empty separator).

Args:

Returns:

A Tensor of type string.