Aliases:
tf.string_striptf.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: ATensorof typestring. A stringTensorof any shape.name: A name for the operation (optional).
Returns:
A Tensor of type string.