tf.strings.strip

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

Returns:

A Tensor of type string.