tf.strings.strip

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: A Tensor of type string. A string Tensor of any shape.
  • name: A name for the operation (optional).

Returns:

A Tensor of type string.