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