aboutsummaryrefslogtreecommitdiffhomepage
path: root/tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt
diff options
context:
space:
mode:
Diffstat (limited to 'tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt')
-rw-r--r--tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt16
1 files changed, 16 insertions, 0 deletions
diff --git a/tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt b/tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt
new file mode 100644
index 0000000000..12fbdfdf3f
--- /dev/null
+++ b/tensorflow/core/api_def/base_api/api_def_StringStrip.pbtxt
@@ -0,0 +1,16 @@
+op {
+ graph_op_name: "StringStrip"
+ in_arg {
+ name: "input"
+ description: <<END
+A string `Tensor` of any shape.
+END
+ }
+ out_arg {
+ name: "output"
+ description: <<END
+A string `Tensor` of the same shape as the input.
+END
+ }
+ summary: "Strip leading and trailing whitespaces from the Tensor."
+}