TensorFlow 2 version |
tf.strings.lower(
input, encoding='', name=None
)
Args | |
---|---|
input
|
A Tensor of type string .
|
encoding
|
An optional string . Defaults to "" .
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type string .
|