tensorflow :: ops :: SparseConditionalAccumulator :: Attrs
#include <data_flow_ops.h>
Configuradores de atributos opcionais para SparseConditionalAccumulator .
Resumo
Atributos públicos | |
---|---|
container_ = "" | StringPiece |
reduction_type_ = "MEAN" | StringPiece |
shared_name_ = "" | StringPiece |
Funções públicas | |
---|---|
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs Se não estiver vazio, este acumulador é colocado no recipiente fornecido. |
ReductionType (StringPiece x) | TF_MUST_USE_RESULT Attrs O padrão é "MEAN". |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs Se não estiver vazio, este acumulador será compartilhado com o nome fornecido em várias sessões. |
Atributos públicos
recipiente_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::container_ = ""
redução_tipo_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::reduction_type_ = "MEAN"
shared_name_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::shared_name_ = ""
Funções públicas
Recipiente
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container( StringPiece x )
Se não estiver vazio, este acumulador é colocado no recipiente fornecido.
Caso contrário, um contêiner padrão é usado.
O padrão é ""
ReductionType
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType( StringPiece x )
O padrão é "MEAN".
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName( StringPiece x )
Se não estiver vazio, este acumulador será compartilhado com o nome fornecido em várias sessões.
O padrão é ""