| 
| 
template<typename T , class Context >  | 
| using  | Reducer = SumReducer< T, Context > | 
|   | 
| 
template<typename T , class Context >  | 
| using  | ReducerGradient = SumReducerGradient< T, Context > | 
|   | 
 | 
| 
static constexpr const char *  | name = "Sum" | 
|   | 
| static constexpr const char *  | doc | 
|   | 
Definition at line 488 of file reducer_functors.h.
 
  
  
      
        
          | constexpr const char* caffe2::SumReducerDef::doc | 
         
       
   | 
  
static   | 
  
 
Initial value:=
      "Summation is done element-wise across slices of the input tensor and "
      "doesn't change the shape of the individual blocks."
 
Definition at line 494 of file reducer_functors.h.
 
 
The documentation for this struct was generated from the following file: