mxnet
Classes | Namespaces | Functions
pad.h File Reference

support for pad More...

#include "../extension.h"
Include dependency graph for pad.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  mshadow::expr::PaddingExp< SrcExp, DType, srcdim >
 padding expression, pad a image with zeros More...
 
struct  mshadow::expr::Plan< PaddingExp< SrcExp, DType, srcdim >, DType >
 

Namespaces

 mshadow
 overloaded + operator between half_t and bf16_t
 
 mshadow::expr
 namespace for abstract expressions and expressions template, have no dependency on tensor.h, These data structure takes no charge in computations, they are only used to define operations and represent expression in a symbolic way
 

Functions

template<typename SrcExp , typename DType , int etype>
PaddingExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::pad (const Exp< SrcExp, DType, etype > &src, index_t pad)
 padding expression, pad a image with zeros on boundaries, padding affects shape[0], and shape[1] More...
 
template<typename SrcExp , typename DType , int etype>
PaddingExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::pad (const Exp< SrcExp, DType, etype > &src, index_t pad_y, index_t pad_x)
 padding expression, pad a image with zeros on boundaries, padding affects shape[0], and shape[1] More...
 

Detailed Description

support for pad

Copyright (c) 2014 by Contributors

Author
Tianqi Chen