tensorflow :: ops :: ConditionalAccumulator :: Attrs

#include <data_flow_ops.h>

Configuradores de atributos opcionais para ConditionalAccumulator .

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::ConditionalAccumulator::Attrs::container_ = ""

redução_tipo_

StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::reduction_type_ = "MEAN"

shared_name_

StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::shared_name_ = ""

Funções públicas

Recipiente

TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::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::ConditionalAccumulator::Attrs::ReductionType(
  StringPiece x
)

O padrão é "MEAN".

SharedName

TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::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 é ""