|
mxnet
|
the engine that dispatches simple operations More...
#include <expr_engine-inl.h>

Static Public Member Functions | |
| template<typename E > | |
| static void | Eval (RV *dst, const Exp< E, DType, type::kMapper > &exp) |
| template<typename E > | |
| static void | Eval (RV *dst, const Exp< E, DType, type::kChainer > &exp) |
| template<typename E > | |
| static void | Eval (RV *dst, const Exp< E, DType, type::kRValue > &exp) |
| template<typename E > | |
| static void | Eval (RV *dst, const Exp< E, DType, type::kComplex > &exp) |
the engine that dispatches simple operations
expression engine that actually interprets these expressions this is a function template that needed to be implemented for specific expressions
| Saver | the save method |
| RValue | the type of RValue to be saved |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
|
inlinestatic |
1.8.13