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 tostr
.
Returns:
A str
object.
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
.
value
: A object that can be converted to str
.A str
object.