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

#include <slice_ex.h>

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

Public Member Functions

 Plan (const SliceExExp< SrcExp, Device, DType, srcdim > &e)
 
MSHADOW_XINLINE DType Eval (index_t i, index_t j) const
 
MSHADOW_XINLINE DType & REval (index_t i, index_t j)
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename SrcExp , typename Device , typename DType , int srcdim>
MSHADOW_XINLINE DType mshadow::expr::Plan< SliceExExp< SrcExp, Device, DType, srcdim >, DType >::Eval ( index_t  i,
index_t  j 
) const
inline
template<typename SrcExp , typename Device , typename DType , int srcdim>
MSHADOW_XINLINE DType& mshadow::expr::Plan< SliceExExp< SrcExp, Device, DType, srcdim >, DType >::REval ( index_t  i,
index_t  j 
)
inline

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