mxnet
Public Member Functions | Static Public Attributes | List of all members
mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast >, DType > Struct Template Reference

#include <broadcast.h>

Collaboration diagram for mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast >, DType >:
Collaboration graph

Public Member Functions

 Plan (const Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast > &e)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 

Static Public Attributes

static const int dimcast = dimdst - dimdst_m_cast
 

Constructor & Destructor Documentation

template<typename SrcExp , typename DType , int dimdst, int dimdst_m_cast>
mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast >, DType >::Plan ( const Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast > &  e)
inlineexplicit

Member Function Documentation

template<typename SrcExp , typename DType , int dimdst, int dimdst_m_cast>
MSHADOW_XINLINE DType mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline

Member Data Documentation

template<typename SrcExp , typename DType , int dimdst, int dimdst_m_cast>
const int mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, dimdst_m_cast >, DType >::dimcast = dimdst - dimdst_m_cast
static

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