TensorFlow 1 version |
Strip leading and trailing whitespaces from the Tensor.
tf.strings.strip(
input, name=None
)
Used in the notebooks
Used in the tutorials |
---|
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 .
|