Zadbaj o dobrą organizację dzięki kolekcji
Zapisuj i kategoryzuj treści zgodnie ze swoimi preferencjami.
przepływ tensorowy:: ops:: ZmniejszDołącz:: Atrybuty
#include <string_ops.h>
Opcjonalne moduły ustawiające atrybuty dla programuReduceJoin .
Streszczenie
Funkcje publiczne |
---|
KeepDims (bool x) | Jeśli True , zachowaj zmniejszone wymiary o długości 1 . |
Separator (StringPiece x) | Separator używany podczas łączenia. |
Atrybuty publiczne
zachowaj_dims_
bool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false
separator_
StringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = ""
Funkcje publiczne
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims(
bool x
)
Jeśli True
, zachowaj zmniejszone wymiary o długości 1
.
Domyślnie jest to fałsz
Separator
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator(
StringPiece x
)
Separator używany podczas łączenia.
Domyślnie „”
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-07-25 UTC.
[null,null,["Ostatnia aktualizacja: 2025-07-25 UTC."],[],[],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 \"\""]]