mxnet
Classes | Namespaces | Functions
spatial_upsampling_nearest.h File Reference
#include "../extension.h"
Include dependency graph for spatial_upsampling_nearest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::UpSamplingNearestExp< SrcExp, DType, srcdim >
 nearest neighboor upsampling out(x, y) = in(int(x / scale_x), int(y / scale_y)) More...
 
struct  mshadow::expr::Plan< UpSamplingNearestExp< 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 SrcExp , typename DType , int etype>
UpSamplingNearestExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::upsampling_nearest (const Exp< SrcExp, DType, etype > &src, index_t scale)