Strip leading and trailing whitespaces from the Tensor.
View aliases
Main aliases
`tf.string_strip`
Compat aliases for migrationSee Migration guide for more details.
tf.compat.v1.string_strip
, tf.compat.v1.strings.strip
, `tf.compat.v2.strings.strip`
tf.strings.strip(
input, name=None
)
Args | |
---|---|
input
|
A Tensor of type string . A string Tensor of any shape.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A Tensor of type string .
|