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

Public Types

template<typename T , class Context >
using Reducer = MeanReducer< T, Context >
 
template<typename T , class Context >
using ReducerGradient = MeanReducerGradient< T, Context >
 

Static Public Member Functions

static void PopulateSchema (OpSchema &)
 

Static Public Attributes

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

Detailed Description

Definition at line 736 of file reducer_functors.h.

Field Documentation

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

Definition at line 742 of file reducer_functors.h.


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