object VariableAggregation extends GeneratedEnumCompanion[VariableAggregation]
          
            Linear Supertypes
          
          
        
          
          
            
          
          
        
        
            Ordering
            
          - Alphabetic
 - By Inheritance
 
                  Inherited
                  
                  
- VariableAggregation
 - GeneratedEnumCompanion
 - Serializable
 - Serializable
 - AnyRef
 - Any
 
- Hide All
 - Show All
 
              Visibility
              
        - Public
 - All
 
Type Members
-  sealed trait Recognized extends VariableAggregation
 - 
      
      
      
        
      
    
      
        final 
        case class
      
      
        Unrecognized(unrecognizedValue: Int) extends VariableAggregation with UnrecognizedEnum with Product with Serializable
      
      
      
- Annotations
 - @SerialVersionUID()
 
 - 
      
      
      
        
      
    
      
        
        type
      
      
        ValueType = VariableAggregation
      
      
      
- Definition Classes
 - GeneratedEnumCompanion
 
 
Value Members
- 
      
      
      
        
      
    
      
        final 
        def
      
      
        !=(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ##(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ==(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        asInstanceOf[T0]: T0
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        clone(): AnyRef
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native() @HotSpotIntrinsicCandidate()
 
 -  implicit def enumCompanion: GeneratedEnumCompanion[VariableAggregation]
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        eq(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        equals(arg0: Any): Boolean
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        fromName(name: String): Option[VariableAggregation]
      
      
      
- Definition Classes
 - GeneratedEnumCompanion
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        fromValue(__value: Int): VariableAggregation
      
      
      
- Definition Classes
 - VariableAggregation → GeneratedEnumCompanion
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        getClass(): Class[_]
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        hashCode(): Int
      
      
      
- Definition Classes
 - AnyRef → Any
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        isInstanceOf[T0]: Boolean
      
      
      
- Definition Classes
 - Any
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        javaDescriptor: EnumDescriptor
      
      
      
- Definition Classes
 - VariableAggregation → GeneratedEnumCompanion
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        ne(arg0: AnyRef): Boolean
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notify(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        notifyAll(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @native() @HotSpotIntrinsicCandidate()
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        scalaDescriptor: EnumDescriptor
      
      
      
- Definition Classes
 - VariableAggregation → GeneratedEnumCompanion
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        synchronized[T0](arg0: ⇒ T0): T0
      
      
      
- Definition Classes
 - AnyRef
 
 - 
      
      
      
        
      
    
      
        
        def
      
      
        toString(): String
      
      
      
- Definition Classes
 - AnyRef → Any
 
 - 
      
      
      
        
      
    
      
        
        lazy val
      
      
        values: Seq[Recognized]
      
      
      
- Definition Classes
 - VariableAggregation → GeneratedEnumCompanion
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long, arg1: Int): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(arg0: Long): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... ) @native()
 
 - 
      
      
      
        
      
    
      
        final 
        def
      
      
        wait(): Unit
      
      
      
- Definition Classes
 - AnyRef
 - Annotations
 - @throws( ... )
 
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VARIABLE_AGGREGATION_MEAN extends VariableAggregation with Recognized with Product with Serializable
      
      
      
MEAN: Take the arithmetic mean ("average") of the updates across replicas.MEAN: Take the arithmetic mean ("average") of the updates across replicas.- Annotations
 - @SerialVersionUID()
 
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VARIABLE_AGGREGATION_NONE extends VariableAggregation with Recognized with Product with Serializable
      
      
      
NONE: This is the default, giving an error if you use a variable-update operation with multiple replicas.NONE: This is the default, giving an error if you use a variable-update operation with multiple replicas.- Annotations
 - @SerialVersionUID()
 
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VARIABLE_AGGREGATION_ONLY_FIRST_REPLICA extends VariableAggregation with Recognized with Product with Serializable
      
      
      
ONLY_FIRST_REPLICA: This is for when every replica is performing the same update, but we only want to perform the update once.ONLY_FIRST_REPLICA: This is for when every replica is performing the same update, but we only want to perform the update once. Used, e.g., for the global step counter.- Annotations
 - @SerialVersionUID()
 
 - 
      
      
      
        
      
    
      
        
        object
      
      
        VARIABLE_AGGREGATION_SUM extends VariableAggregation with Recognized with Product with Serializable
      
      
      
SUM: Add the updates across replicas.SUM: Add the updates across replicas.- Annotations
 - @SerialVersionUID()
 
 
Deprecated Value Members
- 
      
      
      
        
      
    
      
        
        def
      
      
        finalize(): Unit
      
      
      
- Attributes
 - protected[lang]
 - Definition Classes
 - AnyRef
 - Annotations
 - @throws( classOf[java.lang.Throwable] ) @Deprecated
 - Deprecated