Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::StringSplitV2::Attrs
#include <string_ops.h>
Optional attribute setters for StringSplitV2.
Summary
Public functions
|
Maxsplit(int64 x)
|
An int .
|
Public attributes
maxsplit_
int64 tensorflow::ops::StringSplitV2::Attrs::maxsplit_ = -1
Public functions
Maxsplit
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplitV2::Attrs::Maxsplit(
int64 x
)
An int
.
If maxsplit > 0
, limit of the split of the result.
Defaults to -1
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 2022-05-19 UTC.
[null,null,["Last updated 2022-05-19 UTC."],[],[],null,["# tensorflow::ops::StringSplitV2::Attrs Struct Reference\n\ntensorflow::ops::StringSplitV2::Attrs\n=====================================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [StringSplitV2](/versions/r2.9/api_docs/cc/class/tensorflow/ops/string-split-v2#classtensorflow_1_1ops_1_1_string_split_v2).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------|---------|\n| [maxsplit_](#structtensorflow_1_1ops_1_1_string_split_v2_1_1_attrs_1a36cf177853552272eeef3e33f8fd9a99)` = -1` | `int64` |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [Maxsplit](#structtensorflow_1_1ops_1_1_string_split_v2_1_1_attrs_1a595bcbb37f8b40d8886e46304050848d)`(int64 x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.9/api_docs/cc/struct/tensorflow/ops/string-split-v2/attrs#structtensorflow_1_1ops_1_1_string_split_v2_1_1_attrs) An `int`. |\n\nPublic attributes\n-----------------\n\n### maxsplit_\n\n```scdoc\nint64 tensorflow::ops::StringSplitV2::Attrs::maxsplit_ = -1\n``` \n\nPublic functions\n----------------\n\n### Maxsplit\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplitV2::Attrs::Maxsplit(\n int64 x\n)\n``` \nAn `int`.\n\nIf `maxsplit \u003e 0`, limit of the split of the result.\n\nDefaults to -1"]]