mxnet
Classes | Namespaces | Functions
channel_pool.h File Reference

support for chpool More...

#include <algorithm>
#include "../extension.h"
Include dependency graph for channel_pool.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >
 channel pooling expression, do reduction over (local nearby) channels, used to implement local response normalization More...
 
struct  mshadow::expr::Plan< ChannelPoolingExp< Reducer, SrcExp, DType, srcdim >, DType >
 

Namespaces

 mshadow
 namespace for mshadow
 
 mshadow::expr
 namespace for abstract expressions and expressions template, have no dependency on tensor.h, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way
 

Functions

template<typename Reducer , typename SrcExp , typename DType , int etype>
ChannelPoolingExp< Reducer, SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::chpool (const Exp< SrcExp, DType, etype > &src, index_t nsize)
 channel pooling, do reduction over (local nearby) channels, used to implement local response normalization More...
 
template<typename Reducer , typename SrcExp , typename DType , int etype>
ChannelPoolingExp< Reducer, SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::chpool (const Exp< SrcExp, DType, etype > &src, index_t nsize, index_t stride, index_t pad)
 

Detailed Description

support for chpool

Copyright (c) 2014 by Contributors

Author
Tianqi Chen