mxnet
Classes | Namespaces | Functions
pack_col2patch.h File Reference

support for pack More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::PackColToPatchXExp< SrcExp, DType, dstdim >
 reverse operation of UnpackPatchToCol, used to backprop gradient back this is a version supporting multiple images More...
 
struct  mshadow::expr::Plan< PackColToPatchXExp< SrcExp, DType, dstdim >, 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 dstdim, int etype>
PackColToPatchXExp< SrcExp, DType, dstdim > mshadow::expr::pack_col2patch (const expr::Exp< SrcExp, DType, etype > &src, Shape< dstdim > imshape, index_t psize_y, index_t psize_x, index_t pstride, index_t pdilate)
 reverse operation of pack_col2patch, can be used to implement deconvolution More...
 
template<typename SrcExp , typename DType , int dstdim, int etype>
PackColToPatchXExp< SrcExp, DType, dstdim > mshadow::expr::pack_col2patch (const expr::Exp< SrcExp, DType, etype > &src, Shape< dstdim > imshape, index_t psize_y, index_t psize_x, index_t pstride_y, index_t pstride_x, index_t pdilate_y, index_t pdilate_x)
 

Detailed Description

support for pack

Copyright (c) 2014 by Contributors

Author
Tianqi Chen