tensorflow::ops::StringSplitV2::Attrs
#include <string_ops.h>
Дополнительные атрибуты для StringSplitV2.
Краткое описание
| Общедоступные атрибуты | |
|---|---|
maxsplit_ = -1 | int64 |
| Общедоступные функции | |
|---|---|
Maxsplit(int64 x) | TF_MUST_USE_RESULT Attrs Целое число. |
Общедоступные атрибуты
maxsplit_
int64 tensorflow::ops::StringSplitV2::Attrs::maxsplit_ = -1
Общедоступные функции
Maxsplit
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplitV2::Attrs::Maxsplit( int64 x )
Целое число.
Если задано, ограничивает количество разбиений результата.
По умолчанию -1
© 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/struct/tensorflow/ops/string-split-v2/attrs