tf.compat.as_str_any

tf.compat.as_str_any(value)

Defined in tensorflow/python/util/compat.py.

Converts to str as str(value), but use as_str for bytes.

Args:

  • value: A object that can be converted to str.

Returns:

A str object.