mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, DType > Struct Template Reference

#include <slice.h>

Collaboration diagram for mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, DType >:
Collaboration graph

Public Member Functions

 Plan (const SliceExp< SrcExp, Device, DType, srcdim, 1 > &e)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 
MSHADOW_XINLINE DType & REval (index_t y, index_t x)
 

Constructor & Destructor Documentation

template<typename SrcExp , typename Device , typename DType , int srcdim>
mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, DType >::Plan ( const SliceExp< SrcExp, Device, DType, srcdim, 1 > &  e)
inlineexplicit

Member Function Documentation

template<typename SrcExp , typename Device , typename DType , int srcdim>
MSHADOW_XINLINE DType mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline
template<typename SrcExp , typename Device , typename DType , int srcdim>
MSHADOW_XINLINE DType& mshadow::expr::Plan< SliceExp< SrcExp, Device, DType, srcdim, 1 >, DType >::REval ( index_t  y,
index_t  x 
)
inline

The documentation for this struct was generated from the following file: