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