mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< TypecastExp< DstDType, SrcDType, EType, etype >, DstDType > Class Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::Plan< TypecastExp< DstDType, SrcDType, EType, etype >, DstDType >:
Collaboration graph

Public Member Functions

 Plan (const Plan< EType, SrcDType > &src)
 
MSHADOW_XINLINE DstDType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename DstDType , typename SrcDType , typename EType , int etype>
mshadow::expr::Plan< TypecastExp< DstDType, SrcDType, EType, etype >, DstDType >::Plan ( const Plan< EType, SrcDType > &  src)
inlineexplicit

Member Function Documentation

template<typename DstDType , typename SrcDType , typename EType , int etype>
MSHADOW_XINLINE DstDType mshadow::expr::Plan< TypecastExp< DstDType, SrcDType, EType, etype >, DstDType >::Eval ( index_t  y,
index_t  x 
) const
inline

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