mxnet
Classes | Typedefs
mxnet::engine Namespace Reference

namespace of engine internal types. More...

Classes

class  CallbackOnComplete
 OnComplete Callback to the engine, called by AsyncFn when action completes. More...
 

Typedefs

typedef Var * VarHandle
 Variable pointer type, usually hold by user used to specify dependencies. More...
 
typedef Opr * OprHandle
 Operator pointer type, usually hold by user. More...
 

Detailed Description

namespace of engine internal types.

Typedef Documentation

Operator pointer type, usually hold by user.

Variable pointer type, usually hold by user used to specify dependencies.