Defined in generated file: python/ops/gen_string_ops.py
TODO: add doc.
Aliases:
tf.strings.lower(
input,
encoding='',
name=None
)
Args:
input
: ATensor
of typestring
.encoding
: An optionalstring
. Defaults to""
.name
: A name for the operation (optional).
Returns:
A Tensor
of type string
.