|
| | 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) |
| |
template<typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::MirroringExp< SrcExp, DType, srcdim >
mirror expression, mirror a image in width
- Template Parameters
-
| SrcExp | source expression to be mirrored |
| DType | the type of elements |
| srcdim | dimension of src |