|
| | CroppingExp (const SrcExp &src, Shape< 2 > cshape) |
| | constructor More...
|
| |
| | CroppingExp (const SrcExp &src, Shape< 2 > cshape, index_t start_height, index_t start_width) |
| | constructor More...
|
| |
Public Member Functions inherited from mshadow::expr::MakeTensorExp< CroppingExp< SrcExp, DType, srcdim >, SrcExp, srcdim, DType > |
| const CroppingExp< SrcExp, DType, srcdim > & | real_self (void) const |
| | true self of subtype More...
|
| |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< CroppingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType >, DType, type::kChainer > |
| const MakeTensorExp< CroppingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > & | self (void) const |
| |
| MakeTensorExp< CroppingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > * | ptrself (void) |
| |
template<typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::CroppingExp< SrcExp, DType, srcdim >
crop expression, cut off the boundary region, reverse operation of padding
- Template Parameters
-
| SrcExp | source expression to be pooled from |
| DType | the type of elements |
| srcdim | dimension of src |