View aliases
Compat aliases for migration
See Migration guide for more details.
tf.compat.v1.strings.upper
, `tf.compat.v2.strings.upper`
tf.strings.upper(
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 .
|