tensorflow :: operaciones :: Acumulador SparseConditional
#include <data_flow_ops.h>Un acumulador condicional para agregar gradientes dispersos.
Resumen
El acumulador acepta gradientes marcados con local_step mayor o igual al más reciente global_step conocido por el acumulador. El promedio se puede extraer del acumulador, siempre que se hayan acumulado suficientes gradientes. Extraer el promedio restablece automáticamente el agregado a 0 e incrementa el paso_global registrado por el acumulador.
Argumentos:
- alcance: un objeto de alcance
- dtype: el tipo de valor que se está acumulando.
- forma: la forma de los valores.
 Atributos opcionales (consulte Attrs ):
- contenedor: si no está vacío, este acumulador se coloca en el contenedor dado. De lo contrario, se utiliza un contenedor predeterminado.
- shared_name: si no está vacío, este acumulador se compartirá con el nombre de pila en varias sesiones.
Devoluciones:
-  Output: El mango al acumulador.
| Constructores y Destructores | |
|---|---|
| SparseConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape) | |
| SparseConditionalAccumulator (const :: tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, const SparseConditionalAccumulator::Attrs & attrs) | 
| Atributos públicos | |
|---|---|
| handle | |
| operation | |
| Funciones publicas | |
|---|---|
| node () const | ::tensorflow::Node * | 
| operator::tensorflow::Input () const | |
| operator::tensorflow::Output () const | |
| Funciones estáticas públicas | |
|---|---|
| Container (StringPiece x) | |
| ReductionType (StringPiece x) | |
| SharedName (StringPiece x) | |
| Estructuras | |
|---|---|
| tensorflow :: ops :: SparseConditionalAccumulator :: Attrs | Establecedores de atributos opcionales para SparseConditionalAccumulator . | 
Atributos públicos
resolver
::tensorflow::Output handle
operación
Operation operation
Funciones publicas
Acumulador SparseConditional
SparseConditionalAccumulator( const ::tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape )
Acumulador SparseConditional
SparseConditionalAccumulator( const ::tensorflow::Scope & scope, DataType dtype, PartialTensorShape shape, const SparseConditionalAccumulator::Attrs & attrs )
nodo
::tensorflow::Node * node() const
operador :: tensorflow :: Entrada
operator::tensorflow::Input() const
operador :: tensorflow :: Salida
operator::tensorflow::Output() const
Funciones estáticas públicas
Envase
Attrs Container( StringPiece x )
Tipo de reducción
Attrs ReductionType( StringPiece x )
SharedName
Attrs SharedName( StringPiece x )