تدفق التوتر:: العمليات:: سترينج سبليتV2:: أترز
#include <string_ops.h>
محددات السمات الاختيارية لـ StringSplitV2 .
ملخص
الصفات العامة | |
---|---|
maxsplit_ = -1 | int64 |
الوظائف العامة | |
---|---|
Maxsplit (int64 x) | TF_MUST_USE_RESULT Attrs int . |
الصفات العامة
ماكسسبليت_
int64 tensorflow::ops::StringSplitV2::Attrs::maxsplit_ = -1
الوظائف العامة
ماكسسبليت
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplitV2::Attrs::Maxsplit( int64 x )
int
.
إذا كان maxsplit > 0
، فإن الحد الأقصى لتقسيم النتيجة.
الإعدادات الافتراضية هي -1
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-26 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],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.0/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.0/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"]]