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

#include <reshape.h>

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

Public Member Functions

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

Constructor & Destructor Documentation

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

Member Function Documentation

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

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