mxnet
Public Member Functions | Public Attributes | List of all members
mshadow::expr::MirroringExp< SrcExp, DType, srcdim > Struct Template Reference

mirror expression, mirror a image in width More...

#include <mirror.h>

Inheritance diagram for mshadow::expr::MirroringExp< SrcExp, DType, srcdim >:
Inheritance graph
Collaboration diagram for mshadow::expr::MirroringExp< SrcExp, DType, srcdim >:
Collaboration graph

Public Member Functions

 MirroringExp (const SrcExp &src)
 constructor More...
 
- Public Member Functions inherited from mshadow::expr::MakeTensorExp< MirroringExp< SrcExp, DType, srcdim >, SrcExp, srcdim, DType >
const MirroringExp< SrcExp, DType, srcdim > & real_self (void) const
 true self of subtype More...
 
- Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< MirroringExp< SrcExp, DType, srcdim >, SrcExp, dim, DType >, DType, type::kChainer >
const MakeTensorExp< MirroringExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > & self (void) const
 
MakeTensorExp< MirroringExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > * ptrself (void)
 

Public Attributes

const SrcExp & src_
 source operand More...
 
- Public Attributes inherited from mshadow::expr::MakeTensorExp< MirroringExp< SrcExp, DType, srcdim >, SrcExp, srcdim, DType >
Shape< dim > shape_
 the shape of this expression More...
 

Detailed Description

template<typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::MirroringExp< SrcExp, DType, srcdim >

mirror expression, mirror a image in width

Template Parameters
SrcExpsource expression to be mirrored
DTypethe type of elements
srcdimdimension of src

Constructor & Destructor Documentation

template<typename SrcExp, typename DType, int srcdim>
mshadow::expr::MirroringExp< SrcExp, DType, srcdim >::MirroringExp ( const SrcExp &  src)
inlineexplicit

constructor

Member Data Documentation

template<typename SrcExp, typename DType, int srcdim>
const SrcExp& mshadow::expr::MirroringExp< SrcExp, DType, srcdim >::src_

source operand


The documentation for this struct was generated from the following file: