tf.strings.as_string

Converts each entry in the given tensor to strings.

tf.strings.as_string(
    input, precision=-1, scientific=False, shortest=False, width=-1, fill='',
    name=None
)

Supports many numeric types and boolean.

For Unicode, see the https://www.tensorflow.org/tutorials/representation/unicode tutorial.

Args:

Returns:

A Tensor of type string.