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...
 
class  CallbackOnStart
 OnStart callback to the engine, called by AsyncFn before the action. More...
 
class  CUDAEvent
 
class  CUDAEventPool
 
struct  EventInfo
 full event info for the sync object. More...
 
struct  SyncObject
 struct containing cuda events and variables needed for the dependencies. More...
 
struct  Var
 base class of engine variables. More...
 

Typedefs

typedef VarVarHandle
 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

◆ OprHandle

Operator pointer type, usually hold by user.

◆ VarHandle

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