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

#include <complex.h>

Collaboration diagram for mshadow::expr::Plan< ComplexBinaryMapExp< op::complex::kBinaryCR, OP, TA, TB, DType, etype >, DType >:
Collaboration graph

Public Member Functions

 Plan (const Plan< TA, DType > &lhs, const Plan< TB, DType > &rhs)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename OP , typename TA , typename TB , int etype, typename DType >
mshadow::expr::Plan< ComplexBinaryMapExp< op::complex::kBinaryCR, OP, TA, TB, DType, etype >, DType >::Plan ( const Plan< TA, DType > &  lhs,
const Plan< TB, DType > &  rhs 
)
inlineexplicit

Member Function Documentation

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

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