تدفق التوتر:: العمليات:: تقليل الانضمام:: أترز
#include <string_ops.h>
محددات السمات الاختيارية لـ ReducJoin .
ملخص
الصفات العامة | |
---|---|
keep_dims_ = false | bool |
separator_ = "" | StringPiece |
الوظائف العامة | |
---|---|
KeepDims (bool x) | TF_MUST_USE_RESULT Attrs إذا كان True ، احتفظ بالأبعاد المخفضة مع الطول 1 . |
Separator (StringPiece x) | TF_MUST_USE_RESULT Attrs الفاصل الذي سيتم استخدامه عند الانضمام. |
الصفات العامة
keep_dims_
bool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false
فاصل_
StringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = ""
الوظائف العامة
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims( bool x )
إذا كان True
، احتفظ بالأبعاد المخفضة مع الطول 1
.
الافتراضيات كاذبة
فاصل
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator( StringPiece x )
الفاصل الذي سيتم استخدامه عند الانضمام.
الإعدادات الافتراضية إلى ""
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2025-07-25 (حسب التوقيت العالمي المتفَّق عليه)"],[],[],null,["# tensorflow::ops::ReduceJoin::Attrs Struct Reference\n\ntensorflow::ops::ReduceJoin::Attrs\n==================================\n\n`#include \u003cstring_ops.h\u003e`\n\nOptional attribute setters for [ReduceJoin](/versions/r2.0/api_docs/cc/class/tensorflow/ops/reduce-join#classtensorflow_1_1ops_1_1_reduce_join).\n\nSummary\n-------\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------------------------|---------------|\n| [keep_dims_](#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs_1a66a59084a13a6c34e60e508139766811)` = false` | `bool` |\n| [separator_](#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs_1ade2a0c0e567aa8291553cda9780d17fb)` = \"\"` | `StringPiece` |\n\n| ### Public functions ||\n|---------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [KeepDims](#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs_1a0f391c062a0b97f5d54df7b92268f68c)`(bool x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.0/api_docs/cc/struct/tensorflow/ops/reduce-join/attrs#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs) If `True`, retain reduced dimensions with length `1`. |\n| [Separator](#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs_1a9d76fbf57907c183bef70bba3f0f67a4)`(StringPiece x)` | `TF_MUST_USE_RESULT `[Attrs](/versions/r2.0/api_docs/cc/struct/tensorflow/ops/reduce-join/attrs#structtensorflow_1_1ops_1_1_reduce_join_1_1_attrs) The separator to use when joining. |\n\nPublic attributes\n-----------------\n\n### keep_dims_\n\n```scdoc\nbool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false\n``` \n\n### separator_\n\n```scdoc\nStringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = \"\"\n``` \n\nPublic functions\n----------------\n\n### KeepDims\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims(\n bool x\n)\n``` \nIf `True`, retain reduced dimensions with length `1`.\n\nDefaults to false \n\n### Separator\n\n```scdoc\nTF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator(\n StringPiece x\n)\n``` \nThe separator to use when joining.\n\nDefaults to \"\""]]