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:
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-05-14 UTC.
[null,null,["Last updated 2021-05-14 UTC."],[],[],null,["# tensorflow::ops::StringLower Class Reference\n\ntensorflow::\nops::\nStringLower\n==============================\n\n`\n#include \u003cstring_ops.h\u003e\n`\n\n\nConverts all uppercase characters into their respective lowercase replacements.\n\nSummary\n-------\n\n\nExample:\n\n\ntf.strings.lower(\"CamelCase string and ALL CAPS\")\n\n\nArgs:\n\n- scope: A [Scope](/versions/r2.5/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n\n\u003cbr /\u003e\n\n\nReturns:\n\n- `\n `[Output](/versions/r2.5/api_docs/cc/class/tensorflow/output#classtensorflow_1_1_output)`\n ` : 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](/versions/r2.5/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, :: `[tensorflow::Input](/versions/r2.5/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input) ` ||\n| ` `[StringLower](#classtensorflow_1_1ops_1_1_string_lower_1a4f937845d6268a799fd294ee24322ae4)` (const :: `[tensorflow::Scope](/versions/r2.5/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope, :: `[tensorflow::Input](/versions/r2.5/api_docs/cc/class/tensorflow/input#classtensorflow_1_1_input)` input, const `[StringLower::Attrs](/versions/r2.5/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](/versions/r2.5/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)` ` |\n| ` `[output](#classtensorflow_1_1ops_1_1_string_lower_1a6fffab5174d79194de0807bc1b9de98e)` ` | ` :: `[tensorflow::Output](/versions/r2.5/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](/versions/r2.5/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](/versions/r2.5/api_docs/cc/struct/tensorflow/ops/string-lower/attrs) | Optional attribute setters for [StringLower](/versions/r2.5/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```"]]