tensorflow:: אופס:: StringSplit:: Attrs
#include <string_ops.h>
קובעי תכונות אופציונליים עבור StringSplit .
תַקצִיר
תכונות ציבוריות | |
---|---|
skip_empty_ = true | bool |
תפקידים ציבוריים | |
---|---|
SkipEmpty (bool x) | TF_MUST_USE_RESULT Attrs bool . |
תכונות ציבוריות
דלג_ריק_
bool tensorflow::ops::StringSplit::Attrs::skip_empty_ = true
תפקידים ציבוריים
דלג ריק
TF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplit::Attrs::SkipEmpty( bool x )
bool
.
אם True
, דלג על המחרוזות הריקות מהתוצאה.
ברירת המחדל לאמת
אלא אם צוין אחרת, התוכן של דף זה הוא ברישיון Creative Commons Attribution 4.0 ודוגמאות הקוד הן ברישיון Apache 2.0. לפרטים, ניתן לעיין במדיניות האתר Google Developers. Java הוא סימן מסחרי רשום של חברת Oracle ו/או של השותפים העצמאיים שלה.
עדכון אחרון: 2025-07-26 (שעון UTC).
[null,null,["עדכון אחרון: 2025-07-26 (שעון UTC)."],[],[],null,["# tensorflow::ops::StringSplit::Attrs Struct Reference\n\ntensorflow::ops::StringSplit::Attrs\n===================================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [StringSplit](/versions/r2.3/api_docs/cc/class/tensorflow/ops/string-split#classtensorflow_1_1ops_1_1_string_split).\n\nSummary\n-------\n\n| ### Public attributes ||\n|----------------------------------------------------------------------------------------------------------------|--------|\n| [skip_empty_](#structtensorflow_1_1ops_1_1_string_split_1_1_attrs_1a9010665ec144a8cf699c3f5d8f1549c2)` = true` | `bool` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [SkipEmpty](#structtensorflow_1_1ops_1_1_string_split_1_1_attrs_1a19bac68dc56d18dd4bdaf035dec0c2af)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.3/api_docs/cc/struct/tensorflow/ops/string-split/attrs#structtensorflow_1_1ops_1_1_string_split_1_1_attrs) A `bool`. |\n\nPublic attributes\n-----------------\n\n### skip_empty_\n\n```scdoc\nbool tensorflow::ops::StringSplit::Attrs::skip_empty_ = true\n``` \n\nPublic functions\n----------------\n\n### SkipEmpty\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::StringSplit::Attrs::SkipEmpty(\n bool x\n)\n``` \nA `bool`.\n\nIf `True`, skip the empty strings from the result.\n\nDefaults to true"]]