channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization
More...
|
| ChannelUnpoolingExp (const SrcExp &data_src, const SrcExp &data_pooled, const SrcExp &grad_pooled, index_t nsize, index_t kstride, index_t pad) |
| constructor More...
|
|
Public Member Functions inherited from mshadow::expr::MakeTensorExp< ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, srcdim, DType > |
const ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim > & | real_self (void) const |
| true self of subtype More...
|
|
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType >, DType, type::kChainer > |
const MakeTensorExp< ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType > & | self (void) const |
|
MakeTensorExp< ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType > * | ptrself (void) |
|
template<typename Reducer, typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::ChannelUnpoolingExp< Reducer, SrcExp, DType, srcdim >
channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization
- Template Parameters
-
Reducer | reduction method during pooling |
SrcExp | source expression to be pooled from |
DType | the type of elements |
srcdim | dimension of src |