tensorflow::ops::StringLower
#include <string_ops.h>
Преобразует все прописные символы в соответствующие строчные.
Краткое описание
Пример:
tf.strings.lower("CamelCase string and ALL CAPS")
Аргументы:
- scope: Объект Scope
Возвращает:
-
Output: Выходной тензор.
| Конструкторы и деструкторы | |
|---|---|
StringLower(const ::tensorflow::Scope & scope, ::tensorflow::Input input) | |
StringLower(const ::tensorflow::Scope & scope, ::tensorflow::Input input, const StringLower::Attrs & attrs) |
| Общедоступные атрибуты | |
|---|---|
operation | |
output | |
| Общедоступные функции | |
|---|---|
node() const | ::tensorflow::Node * |
operator::tensorflow::Input() const | |
operator::tensorflow::Output() const | |
| Общедоступные статические функции | |
|---|---|
Encoding(StringPiece x) | |
| Структуры | |
|---|---|
| tensorflow::ops::StringLower::Attrs | Дополнительные атрибуты для настройки StringLower. |
Общедоступные атрибуты
operation
Operation operation
output
::tensorflow::Output output
Общедоступные функции
StringLower
StringLower( const ::tensorflow::Scope & scope, ::tensorflow::Input input )
StringLower
StringLower( const ::tensorflow::Scope & scope, ::tensorflow::Input input, const StringLower::Attrs & attrs )
node
::tensorflow::Node * node() const
operator::tensorflow::Input
operator::tensorflow::Input() const
operator::tensorflow::Output
operator::tensorflow::Output() const
Общедоступные статические функции
Кодирование
Attrs Encoding( StringPiece x )
© 2020 The TensorFlow Authors. All rights reserved.
Licensed under the Creative Commons Attribution License 4.0.
Code samples licensed under the Apache 2.0 License.
https://www.tensorflow.org/versions/r2.4/api_docs/cc/class/tensorflow/ops/string-lower