mxnet
Classes | Namespaces | Functions
flip.h File Reference

support for flip a certain dimension. More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::FlipExp< SrcExp, Device, DType, srcdim >
 slice expression, slice a tensor's channel More...
 
struct  mshadow::expr::ShapeCheck< srcdim, FlipExp< SrcExp, Device, DType, srcdim > >
 
struct  mshadow::expr::StreamInfo< Device, FlipExp< SrcExp, Device, DType, srcdim > >
 
struct  mshadow::expr::ExpInfo< FlipExp< SrcExp, Device, DType, srcdim > >
 
struct  mshadow::expr::Plan< FlipExp< SrcExp, Device, DType, srcdim >, DType >
 

Namespaces

 mshadow
 namespace for mshadow
 
 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 Device , typename DType , int srcdim>
FlipExp< SrcExp, Device, DType, srcdim > mshadow::expr::flip (const TRValue< SrcExp, Device, srcdim, DType > &src, int dim)
 Flip a Tensor. More...
 

Detailed Description

support for flip a certain dimension.

Copyright (c) 2016 by Contributors

Author
Junyuan Xie