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

#include <expr_engine-inl.h>

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

Public Member Functions

MSHADOW_XINLINE DType Eval (index_t y, index_t x) const
 evaluate the expression at index [y][x] to be implemented by SubType, for RValue, the return type will be DType & More...
 

Member Function Documentation

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

evaluate the expression at index [y][x] to be implemented by SubType, for RValue, the return type will be DType &


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