tensorflow::ops::StringUpper::Attrs
#include <string_ops.h>
Дополнительные атрибуты для StringUpper.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
encoding_ = "" | StringPiece |
| Общедоступные функции | |
|---|---|
Encoding(StringPiece x) | TF_MUST_USE_RESULT Attrs Кодировка символов input. |
Общедоступные атрибуты
encoding_
StringPiece tensorflow::ops::StringUpper::Attrs::encoding_ = ""
Общедоступные функции
Кодировка
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringUpper::Attrs::Encoding( StringPiece x )
Кодировка символов input.
Допустимые значения — '' и 'utf-8'. Значение '' интерпретируется как ASCII.
По умолчанию ""
© 2022 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.9/api_docs/cc/struct/tensorflow/ops/string-upper/attrs