mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< TernaryMapExp< OP, TA, TB, TC, DType, etype >, DType > Class Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::Plan< TernaryMapExp< OP, TA, TB, TC, DType, etype >, DType >:
Collaboration graph

Public Member Functions

 Plan (const Plan< TA, DType > &item1, const Plan< TB, DType > &item2, const Plan< TC, DType > &item3)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename OP , typename TA , typename TB , typename TC , int etype, typename DType >
mshadow::expr::Plan< TernaryMapExp< OP, TA, TB, TC, DType, etype >, DType >::Plan ( const Plan< TA, DType > &  item1,
const Plan< TB, DType > &  item2,
const Plan< TC, DType > &  item3 
)
inlineexplicit

Member Function Documentation

template<typename OP , typename TA , typename TB , typename TC , int etype, typename DType >
MSHADOW_XINLINE DType mshadow::expr::Plan< TernaryMapExp< OP, TA, TB, TC, DType, etype >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline

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