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

Public Types

template<typename T , class Context >
using Reducer = LogSumExpRangeReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = LogSumExpRangeReducerGradient< T, Context >
 

Static Public Attributes

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

Detailed Description

Definition at line 123 of file reducer_functors.h.

Field Documentation

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

Definition at line 129 of file reducer_functors.h.


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