tensoreflusso:: ops:: Riduci Unisci:: Attr
#include <string_ops.h>
Setter di attributi facoltativi per ReduceJoin .
Riepilogo
Attributi pubblici | |
---|---|
keep_dims_ = false | bool |
separator_ = "" | StringPiece |
Funzioni pubbliche | |
---|---|
KeepDims (bool x) | TF_MUST_USE_RESULT Attrs Se True , mantenere le dimensioni ridotte con lunghezza 1 . |
Separator (StringPiece x) | TF_MUST_USE_RESULT Attrs Il separatore da utilizzare durante l'unione. |
Attributi pubblici
keep_dims_
bool tensorflow::ops::ReduceJoin::Attrs::keep_dims_ = false
separatore_
StringPiece tensorflow::ops::ReduceJoin::Attrs::separator_ = ""
Funzioni pubbliche
KeepDims
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::KeepDims( bool x )
Se True
, mantenere le dimensioni ridotte con lunghezza 1
.
Il valore predefinito è falso
Separatore
TF_MUST_USE_RESULT Attrs tensorflow::ops::ReduceJoin::Attrs::Separator( StringPiece x )
Il separatore da utilizzare durante l'unione.
Il valore predefinito è ""