flujo tensor:: operaciones:: Acumulador condicional disperso:: atributos
#include <data_flow_ops.h>
Configuradores de atributos opcionales para SparseConditionalAccumulator .
Resumen
Atributos públicos | |
---|---|
container_ = "" | StringPiece |
reduction_type_ = "MEAN" | StringPiece |
shared_name_ = "" | StringPiece |
Funciones públicas | |
---|---|
Container (StringPiece x) | TF_MUST_USE_RESULT Attrs Si no está vacío, este acumulador se coloca en el contenedor indicado. |
ReductionType (StringPiece x) | TF_MUST_USE_RESULT Attrs El valor predeterminado es "MEDIO". |
SharedName (StringPiece x) | TF_MUST_USE_RESULT Attrs Si no está vacío, este acumulador se compartirá con el nombre de pila en varias sesiones. |
Atributos públicos
recipiente_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::container_ = ""
tipo_reducción_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::reduction_type_ = "MEAN"
nombre_compartido_
StringPiece tensorflow::ops::SparseConditionalAccumulator::Attrs::shared_name_ = ""
Funciones públicas
Recipiente
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::Container( StringPiece x )
Si no está vacío, este acumulador se coloca en el contenedor indicado.
De lo contrario, se utiliza un contenedor predeterminado.
El valor predeterminado es ""
Tipo de reducción
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::ReductionType( StringPiece x )
El valor predeterminado es "MEDIO".
Nombre compartido
TF_MUST_USE_RESULT Attrs tensorflow::ops::SparseConditionalAccumulator::Attrs::SharedName( StringPiece x )
Si no está vacío, este acumulador se compartirá con el nombre de pila en varias sesiones.
El valor predeterminado es ""