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