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

#include <broadcast_with_axis.h>

Collaboration diagram for mshadow::expr::Plan< BroadcastWithAxisExp< SrcExp, DType, dimsrc, dimdst >, DType >:
Collaboration graph

Public Member Functions

 Plan (const BroadcastWithAxisExp< SrcExp, DType, dimsrc, dimdst > &e)
 
MSHADOW_XINLINE DType Eval (index_t i, index_t j) const
 

Constructor & Destructor Documentation

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

Member Function Documentation

template<typename SrcExp , typename DType , int dimsrc, int dimdst>
MSHADOW_XINLINE DType mshadow::expr::Plan< BroadcastWithAxisExp< SrcExp, DType, dimsrc, dimdst >, DType >::Eval ( index_t  i,
index_t  j 
) const
inline

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