tensorflow::
    
   ops::
    
   ConditionalAccumulator::
    
   Attrs
  
  
   #include <data_flow_ops.h>
  
  Optional attribute setters for ConditionalAccumulator .
Summary
     Public attributes | 
   |
|---|---|
     
      
       container_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     
      
       reduction_type_
      
      = "MEAN"
     
     | 
    
     
       StringPiece
      
      | 
   
     
      
       shared_name_
      
      = ""
     
     | 
    
     
       StringPiece
      
      | 
   
     Public functions | 
   |
|---|---|
     
      
       Container
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      If non-empty, this accumulator is placed in the given container.
      
     | 
   
     
      
       ReductionType
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      Defaults to "MEAN".
      
     | 
   
     
      
       SharedName
      
      (StringPiece x)
     
     | 
    
     
       TF_MUST_USE_RESULT
       
        Attrs
       
      
     
      If non-empty, this accumulator will be shared under the given name across multiple sessions.
      
     | 
   
Public attributes
container_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::container_ = ""
reduction_type_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::reduction_type_ = "MEAN"
shared_name_
StringPiece tensorflow::ops::ConditionalAccumulator::Attrs::shared_name_ = ""
Public functions
Container
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::Container( StringPiece x )
If non-empty, this accumulator is placed in the given container.
Otherwise, a default container is used.
Defaults to ""
ReductionType
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::ReductionType( StringPiece x )
Defaults to "MEAN".
SharedName
TF_MUST_USE_RESULT Attrs tensorflow::ops::ConditionalAccumulator::Attrs::SharedName( StringPiece x )
If non-empty, this accumulator will be shared under the given name across multiple sessions.
Defaults to ""