mxnet
Classes | Namespaces | Functions
mirror.h File Reference

support for mirror More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::MirroringExp< SrcExp, DType, srcdim >
 mirror expression, mirror a image in width More...
 
struct  mshadow::expr::Plan< MirroringExp< 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>
MirroringExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::mirror (const Exp< SrcExp, DType, etype > &src)
 mirroring expression, mirror images in width More...
 

Detailed Description

support for mirror

Copyright (c) 2014 by Contributors

Author
Tianqi Chen