Apache SINGA
A distributed deep learning platform .
 All Classes Namespaces Files Functions Variables Typedefs Macros
Public Member Functions | Public Attributes | List of all members
mshadow::expr::MirroringExp< SrcExp, srcdim > Struct Template Reference

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

#include <tensor_expr_ext.h>

Inheritance diagram for mshadow::expr::MirroringExp< SrcExp, srcdim >:
mshadow::expr::MakeTensorExp< MirroringExp< SrcExp, srcdim >, SrcExp, srcdim > mshadow::expr::Exp< MakeTensorExp< MirroringExp< SrcExp, srcdim >, SrcExp, dim >, type::kMapper >

Public Member Functions

 MirroringExp (const SrcExp &src)
 constructor
 
- Public Member Functions inherited from mshadow::expr::MakeTensorExp< MirroringExp< SrcExp, srcdim >, SrcExp, srcdim >
const MirroringExp< SrcExp,
srcdim > & 
real_self (void) const
 true self of subtype
 
- Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< MirroringExp< SrcExp, srcdim >, SrcExp, dim >, type::kMapper >
const MakeTensorExp
< MirroringExp< SrcExp, srcdim >
, SrcExp, dim > & 
self (void) const
 
MakeTensorExp< MirroringExp
< SrcExp, srcdim >, SrcExp,
dim > & 
refself (void)
 

Public Attributes

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

Detailed Description

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

mirror expression, mirror a image in width

Template Parameters
SrcExpsource expression to be mirrored
srcdimdimension of src

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