mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< OneHotEncodeExp< IndexExp, DType >, DType > Struct Template Reference

#include <one_hot.h>

Collaboration diagram for mshadow::expr::Plan< OneHotEncodeExp< IndexExp, DType >, DType >:
Collaboration graph

Public Member Functions

 Plan (const OneHotEncodeExp< IndexExp, DType > &e)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename IndexExp , typename DType >
mshadow::expr::Plan< OneHotEncodeExp< IndexExp, DType >, DType >::Plan ( const OneHotEncodeExp< IndexExp, DType > &  e)
inlineexplicit

Member Function Documentation

template<typename IndexExp , typename DType >
MSHADOW_XINLINE DType mshadow::expr::Plan< OneHotEncodeExp< IndexExp, DType >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline

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