mxnet
Public Member Functions | List of all members
mshadow::expr::Plan< MakeTensorExp< SubType, SrcExp, dim, DType >, DType > Struct Template Reference

#include <expr_engine-inl.h>

Collaboration diagram for mshadow::expr::Plan< MakeTensorExp< SubType, SrcExp, dim, DType >, DType >:
Collaboration graph

Public Member Functions

 Plan (const Plan< SubType, DType > &src)
 
MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 

Constructor & Destructor Documentation

template<typename SubType , typename SrcExp , int dim, typename DType >
mshadow::expr::Plan< MakeTensorExp< SubType, SrcExp, dim, DType >, DType >::Plan ( const Plan< SubType, DType > &  src)
inline

Member Function Documentation

template<typename SubType , typename SrcExp , int dim, typename DType >
MSHADOW_XINLINE DType mshadow::expr::Plan< MakeTensorExp< SubType, SrcExp, dim, DType >, DType >::Eval ( index_t  y,
index_t  x 
) const
inline

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