mxnet
Public Member Functions | Static Public Attributes | List of all members
mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType > Struct Template Reference

#include <concat.h>

Collaboration diagram for mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType >:
Collaboration graph

Public Member Functions

 Plan (const ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > &e)
 
MSHADOW_XINLINE DType Eval (index_t i, index_t j) const
 
MSHADOW_XINLINE DType & REval (index_t i, index_t j)
 

Static Public Attributes

static const int dimcat = srcdim - dimsrc_m_cat
 

Constructor & Destructor Documentation

template<typename LhsExp , typename RhsExp , typename Device , typename DType , int srcdim, int dimsrc_m_cat>
mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType >::Plan ( const ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat > &  e)
inlineexplicit

Member Function Documentation

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

Member Data Documentation

template<typename LhsExp , typename RhsExp , typename Device , typename DType , int srcdim, int dimsrc_m_cat>
const int mshadow::expr::Plan< ConcatExp< LhsExp, RhsExp, Device, DType, srcdim, dimsrc_m_cat >, DType >::dimcat = srcdim - dimsrc_m_cat
static

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