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

execution plan of Broadcast1DExp More...

#include <broadcast.h>

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

Public Member Functions

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

Detailed Description

template<typename SrcExp, typename DType, int dimdst>
struct mshadow::expr::Plan< Broadcast1DExp< SrcExp, DType, dimdst, 1 >, DType >

execution plan of Broadcast1DExp

Constructor & Destructor Documentation

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

Member Function Documentation

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

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