جریان تنسور:: عملیات:: ReduceJoin:: Attrs
#include <string_ops.h>
تنظیم کننده های ویژگی اختیاری برای ReduceJoin .
خلاصه
صفات عمومی | |
---|---|
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 License است. نمونه کدها نیز دارای مجوز Apache 2.0 License است. برای اطلاع از جزئیات، به خطمشیهای سایت Google Developers مراجعه کنید. جاوا علامت تجاری ثبتشده 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 \"\""]]