Caffe2 - C++ API
A deep learning, cross platform ML framework
Public Types | Static Public Attributes
caffe2::SumRangeReducerDef Struct Reference

Public Types

template<typename T , class Context >
using Reducer = SumRangeReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = SumRangeReducerGradient< T, Context >
 

Static Public Attributes

static constexpr const char * name = "Sum"
 
static constexpr const char * doc
 

Detailed Description

Definition at line 60 of file reducer_functors.h.

Field Documentation

constexpr const char* caffe2::SumRangeReducerDef::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 66 of file reducer_functors.h.


The documentation for this struct was generated from the following file: