tf.as_string(input, precision=None, scientific=None, shortest=None, width=None, fill=None, name=None)
Converts each entry in the given tensor to strings. Supports many numeric
types and boolean.
Args:
input: A Tensor. Must be one of the following types: int32, int64, complex64, float32, float64, bool, int8.
precision: An optional int. Defaults to -1. The post-decimal precision to use for floating point numbers. Only used if precision > -1.
scientific: An optional bool. Defaults to False.