mxnet
Classes | Namespaces | Functions
slice.h File Reference

support for slice a certain dimension. More...

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

Go to the source code of this file.

Classes

struct  mshadow::expr::SliceExp< SrcExp, Device, DType, srcdim, dimsrc_m_slice >
 slice expression, slice a tensor's channel More...
 
struct  mshadow::expr::ShapeCheck< srcdim, SliceExp< SrcExp, Device, DType, srcdim, dimsrc_m_slice > >
 
struct  mshadow::expr::StreamInfo< Device, SliceExp< SrcExp, Device, DType, srcdim, dimsrc_m_slice > >
 
struct  mshadow::expr::ExpInfo< SliceExp< SrcExp, Device, DType, srcdim, dimsrc_m_slice > >
 
struct  mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, dimsrc_m_slice >, DType >
 
struct  mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, 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<int sdim, typename SrcExp , typename Device , typename DType , int srcdim>
SliceExp< SrcExp, Device, DType, srcdim, srcdim-sdim > mshadow::expr::slice (const TRValue< SrcExp, Device, srcdim, DType > &src, index_t begin, index_t end)
 Slice a Tensor. More...
 

Detailed Description

support for slice a certain dimension.

Copyright (c) 2014 by Contributors