channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization
More...
|
| | ChannelPoolingExp (const SrcExp &src, index_t nsize, index_t stride, index_t pad) |
| | constructor More...
|
| |
Public Member Functions inherited from mshadow::expr::MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, srcdim, DType > |
| const ChannelPoolingExp< Reducer, SrcExp, DType, srcdim > & | real_self (void) const |
| | true self of subtype More...
|
| |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType >, DType, type::kChainer > |
| const MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType > & | self (void) const |
| |
| MakeTensorExp< ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >, SrcExp, dim, DType > * | ptrself (void) |
| |
template<typename Reducer, typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::ChannelPoolingExp< 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 |