mxnet
Classes | Namespaces | Functions
crop.h File Reference

support for crop More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::CroppingExp< SrcExp, DType, srcdim >
 crop expression, cut off the boundary region, reverse operation of padding More...
 
struct  mshadow::expr::Plan< CroppingExp< 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>
CroppingExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::crop (const Exp< SrcExp, DType, etype > &src, Shape< 2 > oshape)
 revserse operationg of padding, cut off boundaries, crop output from center of input More...
 
template<typename SrcExp , typename DType , int etype>
CroppingExp< SrcExp, DType, ExpInfo< SrcExp >::kDim > mshadow::expr::crop (const Exp< SrcExp, DType, etype > &src, Shape< 2 > oshape, index_t start_height, index_t start_width)
 same as crop, but can specify starting position to do cropping More...
 

Detailed Description

support for crop

Copyright (c) 2014 by Contributors

Author
Tianqi Chen