tf.reduce_join(inputs, reduction_indices, keep_dims=None, separator=None, name=None)
Joins a string Tensor across the given dimensions.
Computes the string join across dimensions in the given string Tensor of shape [d_0, d_1, ..., d_n-1]. Returns a new Tensor created by joining the input strings with the given separator (default: empty string). Negative indices are counted backwards from the end, with -1 being equivalent to n - 1. Passing an empty reduction_indices joins all strings in linear