Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::StringLower
#include <string_ops.h>
Converts all uppercase characters into their respective lowercase replacements.
Summary
Example:
tf.strings.lower("CamelCase string and ALL CAPS")
Args:
- scope: A Scope object
- input: The input to be lower-cased.
Optional attributes (see Attrs
):
- encoding: Character encoding of
input
. Allowed values are '' and 'utf-8'. Value '' is interpreted as ASCII.
Returns:
Public static functions
|
Encoding(StringPiece x)
|
|
Public attributes
Public functions
node
::tensorflow::Node * node() const
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Public static functions
Encoding
Attrs Encoding(
StringPiece x
)
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2021-11-15 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2021-11-15 UTC."],[],[],null,["# tensorflow::ops::StringLower Class Reference\n\ntensorflow::ops::StringLower\n============================\n\n`#include \u003cstring_ops.h\u003e`\n\nConverts all uppercase characters into their respective lowercase replacements.\n\nSummary\n-------\n\nExample:\n\ntf.strings.lower(\"CamelCase string and ALL CAPS\")\n\nArgs:\n\n- scope: A [Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n- input: The input to be lower-cased.\n\n\u003cbr /\u003e\n\nOptional attributes (see [Attrs](/api_docs/cc/struct/tensorflow/ops/string-lower/attrs#structtensorflow_1_1ops_1_1_string_lower_1_1_attrs)):\n\n- encoding: Character encoding of `input`. Allowed values are '' and 'utf-8'. Value '' is interpreted as ASCII.\n\n\u003cbr /\u003e\n\nReturns:\n\n- [Output](/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output): The output tensor.\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [StringLower](#classtensorflow_1_1ops_1_1_string_lower_1aa2828af9a9b16fd37cf03ce746c60c2e)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input)` ||\n| [StringLower](#classtensorflow_1_1ops_1_1_string_lower_1a4f937845d6268a799fd294ee24322ae4)`(const ::`[tensorflow::Scope](/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, ::`[tensorflow::Input](/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input, const `[StringLower::Attrs](/api_docs/cc/struct/tensorflow/ops/string-lower/attrs#structtensorflow_1_1ops_1_1_string_lower_1_1_attrs)` & attrs)` ||\n\n| ### Public attributes ||\n|------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_string_lower_1a258ba3f94f899a4798d678559d700bef) | [Operation](/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n| [output](#classtensorflow_1_1ops_1_1_string_lower_1a6fffab5174d79194de0807bc1b9de98e) | `::`[tensorflow::Output](/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output) |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------|------------------------|\n| [node](#classtensorflow_1_1ops_1_1_string_lower_1a06590aeb47baedabff0cbcce763770f5)`() const ` | `::tensorflow::Node *` |\n| [operator::tensorflow::Input](#classtensorflow_1_1ops_1_1_string_lower_1a459cc819a4457c68bf5ada4e2f61952d)`() const ` | |\n| [operator::tensorflow::Output](#classtensorflow_1_1ops_1_1_string_lower_1ae0bdf20b2faaec504eb60da11f3f0bef)`() const ` | |\n\n| ### Public static functions ||\n|----------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------|\n| [Encoding](#classtensorflow_1_1ops_1_1_string_lower_1a734cccb6e59581e6a96e238592ab8660)`(StringPiece x)` | [Attrs](/api_docs/cc/struct/tensorflow/ops/string-lower/attrs#structtensorflow_1_1ops_1_1_string_lower_1_1_attrs) |\n\n| ### Structs ||\n|----------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------|\n| [tensorflow::ops::StringLower::Attrs](/api_docs/cc/struct/tensorflow/ops/string-lower/attrs) | Optional attribute setters for [StringLower](/api_docs/cc/class/tensorflow/ops/string-lower#classtensorflow_1_1ops_1_1_string_lower). |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\n### output\n\n```text\n::tensorflow::Output output\n``` \n\nPublic functions\n----------------\n\n### StringLower\n\n```gdscript\n StringLower(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input input\n)\n``` \n\n### StringLower\n\n```gdscript\n StringLower(\n const ::tensorflow::Scope & scope,\n ::tensorflow::Input input,\n const StringLower::Attrs & attrs\n)\n``` \n\n### node\n\n```gdscript\n::tensorflow::Node * node() const \n``` \n\n### operator::tensorflow::Input\n\n```gdscript\n operator::tensorflow::Input() const \n``` \n\n### operator::tensorflow::Output\n\n```gdscript\n operator::tensorflow::Output() const \n``` \n\nPublic static functions\n-----------------------\n\n### Encoding\n\n```text\nAttrs Encoding(\n StringPiece x\n)\n```"]]