|
template<typename T , class Context > |
using | Reducer = MeanReducer< T, Context > |
|
template<typename T , class Context > |
using | ReducerGradient = MeanReducerGradient< T, Context > |
|
|
static constexpr const char * | name = "Mean" |
|
static constexpr const char * | doc |
|
Definition at line 736 of file reducer_functors.h.
constexpr const char* caffe2::MeanReducerDef::doc |
|
static |
Initial value:=
"Mean computes the element-wise mean of the input slices. "
"Operation doesn't change the shape of the individual blocks."
Definition at line 742 of file reducer_functors.h.
The documentation for this struct was generated from the following file: