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

Public Types

template<typename T , class Context >
using Reducer = MeanRangeReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = MeanRangeReducerGradient< T, Context >
 

Static Public Attributes

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

Detailed Description

Definition at line 242 of file reducer_functors.h.

Field Documentation

constexpr const char* caffe2::MeanRangeReducerDef::doc
static
Initial value:
=
"Mean computation is done element-wise, so that each element of the "
"output slice corresponds to the average value of the respective "
"elements in the input slices. Operation doesn't change the shape of "
"individual blocks."

Definition at line 248 of file reducer_functors.h.


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