|
mxnet
|
Classes | |
| struct | for_each_dispatcher |
| struct | for_each_dispatcher< true, I, F > |
| struct | MXNetValueCast |
| struct | typed_packed_call_dispatcher |
| struct | typed_packed_call_dispatcher< void > |
| struct | unpack_call_dispatcher |
| struct | unpack_call_dispatcher< R, 0, index, F > |
| struct | unpack_call_dispatcher< void, 0, index, F > |
Functions | |
| template<typename F , typename... Args> | |
| void | for_each (const F &f, Args &&...args) |
| template<typename R , int nargs, typename F > | |
| void | unpack_call (const F &f, const MXNetArgs &args, MXNetRetValue *rv) |
| template<typename R , typename... Args> | |
| R | call_packed (const PackedFunc &pf, Args &&...args) |
|
inline |
|
inline |
|
inline |
1.8.11