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

Public Types

template<typename T , class Context >
using Reducer = LogMeanExpRangeReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = LogMeanExpRangeReducerGradient< T, Context >
 

Static Public Attributes

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

Detailed Description

Definition at line 185 of file reducer_functors.h.

Field Documentation

constexpr const char* caffe2::LogMeanExpRangeReducerDef::doc
static
Initial value:
=
"LogMeanExp computes the element-wise log of the mean of exponentials of "
"input slices. Operation doesn't change the shape of individual blocks."

Definition at line 191 of file reducer_functors.h.


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