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

Public Types

template<typename T , class Context >
using Reducer = SumReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = SumReducerGradient< T, Context >
 

Static Public Member Functions

static void PopulateSchema (OpSchema &)
 

Static Public Attributes

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

Detailed Description

Definition at line 488 of file reducer_functors.h.

Field Documentation

constexpr const char* caffe2::SumReducerDef::doc
static
Initial value:
=
"Summation is done element-wise across slices of the input tensor and "
"doesn't change the shape of the individual blocks."

Definition at line 494 of file reducer_functors.h.


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