|
| | PaddingExp (const SrcExp &src, index_t pad_y, index_t pad_x) |
| | constructor More...
|
| |
Public Member Functions inherited from mshadow::expr::MakeTensorExp< PaddingExp< SrcExp, DType, srcdim >, SrcExp, srcdim, DType > |
| const PaddingExp< SrcExp, DType, srcdim > & | real_self (void) const |
| | true self of subtype More...
|
| |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< PaddingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType >, DType, type::kChainer > |
| const MakeTensorExp< PaddingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > & | self (void) const |
| |
| MakeTensorExp< PaddingExp< SrcExp, DType, srcdim >, SrcExp, dim, DType > * | ptrself (void) |
| |
template<typename SrcExp, typename DType, int srcdim>
struct mshadow::expr::PaddingExp< SrcExp, DType, srcdim >
padding expression, pad a image with zeros
- Template Parameters
-
| SrcExp | source expression |
| DType | the type of elements |
| srcdim | dimension of src |