mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< Tensor< Device, 1, DType >, DType > Class Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::Plan< Tensor< Device, 1, DType >, DType >:
Collaboration graph

Public Member Functions

 Plan (const Tensor< Device, 1, DType > &t)
 
MSHADOW_XINLINE DType & REval (index_t y, index_t x)
 
MSHADOW_XINLINE const DType & Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename Device , typename DType >
mshadow::expr::Plan< Tensor< Device, 1, DType >, DType >::Plan ( const Tensor< Device, 1, DType > &  t)
inlineexplicit

Member Function Documentation

template<typename Device , typename DType >
MSHADOW_XINLINE const DType& mshadow::expr::Plan< Tensor< Device, 1, DType >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline
template<typename Device , typename DType >
MSHADOW_XINLINE DType& mshadow::expr::Plan< Tensor< Device, 1, DType >, DType >::REval ( index_t  y,
index_t  x 
)
inline

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