tf.strings.strip

Strip leading and trailing whitespaces from the Tensor.

Main aliases

`tf.string_strip`

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.string_strip, tf.compat.v1.strings.strip, `tf.compat.v2.strings.strip`

input A Tensor of type string. A string Tensor of any shape.
name A name for the operation (optional).

A Tensor of type string.