Skip to content

Commit

Permalink
Add doc summary for tf.strings.upper and tf.strings.lower.
Browse files Browse the repository at this point in the history
  • Loading branch information
pbaranay committed Jan 8, 2020
1 parent c28ac2c commit 2e25220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tensorflow/core/api_def/base_api/api_def_StringLower.pbtxt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
op {
graph_op_name: "StringLower"
description: "Converts each string in the input Tensor to lowercase."
}
1 change: 1 addition & 0 deletions tensorflow/core/api_def/base_api/api_def_StringUpper.pbtxt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
op {
graph_op_name: "StringUpper"
description: "Converts each string in the input Tensor to uppercase."
}

0 comments on commit 2e25220

Please sign in to comment.