• इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

tf.raw_ops.StringStrip

  • इस पेज पर, यह जानकारी उपलब्ध है
  • Args
  • Returns

Strip leading and trailing whitespaces from the Tensor.

Compat aliases for migration

See Migration guide for more details.

tf.compat.v1.raw_ops.StringStrip

Examples:

tf.strings.strip(["\nTensorFlow", "     The python library    "]).numpy()
array([b'TensorFlow', b'The python library'], dtype=object)

input A Tensor of type string. A string Tensor of any shape.
name A name for the operation (optional).

A Tensor of type string.