|
mxnet
|
#include <expr_engine-inl.h>

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... | |
| 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 &
1.8.11