Aliases:
tf.string_strip
tf.strings.strip
tf.strings.strip(
input,
name=None
)
Defined in generated file: tensorflow/python/ops/gen_string_ops.py
.
Strip leading and trailing whitespaces from the Tensor.
Args:
input
: ATensor
of typestring
. A stringTensor
of any shape.name
: A name for the operation (optional).
Returns:
A Tensor
of type string
.