tensoreflusso:: ops:: SparseConditionalAccumulatore:: Attr

#include <data_flow_ops.h>

Setter di attributi facoltativi per SparseConditionalAccumulator .

Riepilogo

Attributi pubblici

container_ = ""
StringPiece
reduction_type_ = "MEAN"
StringPiece
shared_name_ = ""
StringPiece

Funzioni pubbliche

Container (StringPiece x)
TF_MUST_USE_RESULT Attrs
Se non vuoto, questo accumulatore viene posto nell'apposito contenitore.
ReductionType (StringPiece x)
TF_MUST_USE_RESULT Attrs
Il valore predefinito è "MEDIA".
SharedName (StringPiece x)
TF_MUST_USE_RESULT Attrs
Se non vuoto, questo accumulatore verrà condiviso con il nome indicato in più sessioni.

Attributi pubblici

contenitore_

StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::container_ = ""

tipo_di_riduzione_

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

nome_condiviso_

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

Funzioni pubbliche

Contenitore

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container(
  StringPiece x
)

Se non vuoto, questo accumulatore viene posto nell'apposito contenitore.

Altrimenti, viene utilizzato un contenitore predefinito.

Il valore predefinito è ""

Tipo di riduzione

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType(
  StringPiece x
)

Il valore predefinito è "MEDIA".

Nome condiviso

TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName(
  StringPiece x
)

Se non vuoto, questo accumulatore verrà condiviso con il nome indicato in più sessioni.

Il valore predefinito è ""