Apache SINGA
A distributed deep learning platform .
|
channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization More...
#include <tensor_expr_ext.h>
Public Member Functions | |
ChannelPoolingExp (const SrcExp &src, index_t nsize) | |
constructor | |
Public Member Functions inherited from mshadow::expr::MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, srcdim >, SrcExp, srcdim > | |
const ChannelPoolingExp < Reducer, SrcExp, srcdim > & | real_self (void) const |
true self of subtype | |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, srcdim >, SrcExp, dim >, type::kMapper > | |
const MakeTensorExp < ChannelPoolingExp< Reducer, SrcExp, srcdim >, SrcExp, dim > & | self (void) const |
MakeTensorExp < ChannelPoolingExp< Reducer, SrcExp, srcdim >, SrcExp, dim > & | refself (void) |
Public Attributes | |
const SrcExp & | src_ |
source operand | |
index_t | nsize_ |
neighbor size | |
Public Attributes inherited from mshadow::expr::MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, srcdim >, SrcExp, srcdim > | |
Shape< dim > | shape_ |
the shape of this expression | |
channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization
Reducer | reduction method during pooling |
SrcExp | source expression to be pooled from |
srcdim | dimension of src |