mxnet
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 Ndmlc
 Nparameter
 NmxnetNamespace of mxnet
 Ncommon
 Ncpp
 NengineNamespace of engine internal types
 NopNamespace of arguments
 CContextContext information about the execution environment
 CDataBatchDataBatch of NDArray, returned by Iterator
 CDataInstSingle data instance
 CDataIteratorRegRegistry entry for DataIterator factory functions
 CEngineDependency engine that schedules operations
 CExecutorExecutor of a computation graph. Executor can be created by Binding a symbol
 CIIteratorIterator type
 CImperativeRuntime functions for NDArray
 CKVStoreDistributed key-value store
 CNDArrayNdarray interface
 CNDArrayFunctionRegRegistry entry for NDArrayFunction
 COpContextAll the possible information needed by Operator.Forward and Backward This is the superset of RunContext. We use this data structure to bookkeep everything needed by Forward and Backward
 COperatorOperator interface. Operator defines basic operation unit of optimized computation graph in mxnet. This interface relies on pre-allocated memory in TBlob, the caller need to set the memory region in TBlob correctly before calling Forward and Backward
 COperatorPropertyOperatorProperty is a object that stores all information about Operator. It also contains method to generate context(device) specific operators
 COperatorPropertyRegRegistry entry for OperatorProperty factory functions
 COpStatePtrOperator state. This is a pointer type, its content is mutable even if OpStatePtr is const
 CResourceResources used by mxnet operations. A resource is something special other than NDArray, but will still participate
 CResourceManagerGlobal resource manager
 CResourceRequestThe resources that can be requested by Operator
 CRunContextExecution time context. The information needed in runtime for actual execution
 CStorageStorage manager across multiple devices
 CTBlobTensor blob class that can be used to hold tensor of any dimension, any device and any data type, This is a weak type that can be used to transfer data through interface TBlob itself do not involve any arithmentic operations, but it can be converted to tensor of fixed dimension for further operations
 CMXCallbackList
 CNativeOpInfo
 CNDArrayOpInfo