Apache SINGA
A distributed deep learning platform .
|
padding expression, pad a image with zeros More...
#include <tensor_expr_ext.h>
Public Member Functions | |
PaddingExp (const SrcExp &src, index_t pad) | |
constructor | |
Public Member Functions inherited from mshadow::expr::MakeTensorExp< PaddingExp< SrcExp, srcdim >, SrcExp, srcdim > | |
const PaddingExp< SrcExp, srcdim > & | real_self (void) const |
true self of subtype | |
Public Member Functions inherited from mshadow::expr::Exp< MakeTensorExp< PaddingExp< SrcExp, srcdim >, SrcExp, dim >, type::kMapper > | |
const MakeTensorExp < PaddingExp< SrcExp, srcdim > , SrcExp, dim > & | self (void) const |
MakeTensorExp< PaddingExp < SrcExp, srcdim >, SrcExp, dim > & | refself (void) |
Public Attributes | |
const SrcExp & | src_ |
source operand | |
index_t | pad_ |
pad size | |
index_t | src_height_ |
source tensor height | |
index_t | src_width_ |
source tensor width | |
Public Attributes inherited from mshadow::expr::MakeTensorExp< PaddingExp< SrcExp, srcdim >, SrcExp, srcdim > | |
Shape< dim > | shape_ |
the shape of this expression | |
padding expression, pad a image with zeros
SrcExp | source expression to be pooled from |
srcdim | dimension of src |