mxnet
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12345]
 NdmlcNamespace for dmlc
 NmshadowOverloaded + operator between half_t and bf16_t
 NmxnetNamespace of mxnet
 Nnnvm
 Nstd
 CCustomOpClass to hold custom operator registration
 CCustomOpSelector
 CCustomPartitionerAn abstract class for subgraph property
 CCustomPassAn abstract class for graph passes
 CCustomStatefulOpAn abstract class for library authors creating stateful op custom library should override Forward and destructor, and has an option to implement Backward
 CCustomStatefulOpWrapperStatefulOp wrapper class to pass to backend OpState
 CDLContextA Device context for Tensor and operator
 CDLDataTypeThe data type the tensor can hold
 CDLManagedTensorC Tensor object, manage memory of DLTensor. This data structure is intended to facilitate the borrowing of DLTensor by another framework. It is not meant to transfer the tensor. When the borrowing framework doesn't need the tensor, it should call the deleter to notify the host that the resource is no longer needed
 CDLTensorPlain C Tensor object, does not manage memory
 Cdnnl_batch_normalization_desc_tA descriptor of a Batch Normalization operation
 Cdnnl_binary_desc_tA descriptor of a binary operation
 Cdnnl_blocking_desc_t
 Cdnnl_convolution_desc_tA descriptor of a convolution operation
 Cdnnl_eltwise_desc_tA descriptor of a element-wise operation
 Cdnnl_engineAn opaque structure to describe an engine
 Cdnnl_exec_arg_t
 Cdnnl_inner_product_desc_tA descriptor of an inner product operation
 Cdnnl_layer_normalization_desc_tA descriptor of a Layer Normalization operation
 Cdnnl_lrn_desc_tA descriptor of a Local Response Normalization (LRN) operation
 Cdnnl_matmul_desc_t
 Cdnnl_memory
 Cdnnl_memory_desc_t
 Cdnnl_memory_extra_desc_tDescription of extra information stored in memory
 Cdnnl_pooling_desc_tA descriptor of a pooling operation
 Cdnnl_post_opsAn opaque structure for a chain of post operations
 Cdnnl_primitive
 Cdnnl_primitive_attrAn opaque structure for primitive descriptor attributes
 Cdnnl_primitive_descAn opaque structure to describe a primitive descriptor
 Cdnnl_primitive_desc_iteratorAn opaque structure to describe a primitive descriptor iterator
 Cdnnl_resampling_desc_tA descriptor of resampling operation
 Cdnnl_rnn_desc_tA descriptor for an RNN operation
 Cdnnl_rnn_packed_desc_tDescription of tensor of packed weights for rnn
 Cdnnl_shuffle_desc_tA descriptor of a shuffle operation
 Cdnnl_softmax_desc_tA descriptor of a Softmax operation
 Cdnnl_stream
 Cdnnl_version_t
 Cdnnl_wino_desc_tDescription of tensor of weights for winograd 2x3 convolution
 CJsonParserFunctions used for parsing JSON
 CJsonValDefinition of JSON objects
 CLibFeature
 CMXCallbackList
 CMXContextContext info passing from MXNet OpContext dev_type is string repr of supported context, currently only "cpu" and "gpu" dev_id is the device index where the tensor locates
 CMXNetByteArrayByte array type used to pass in byte array When kBytes is used as data type
 CMXNetValueUnion type of values being passed through API and function calls
 CMXSparse
 CMXTensorTensor data structure used by custom operator
 CNativeOpInfo
 CNDArrayOpInfo
 COpResourceProvide resource APIs memory allocation mechanism to Forward/Backward functions
 CPassResource
 CRegistryRegistry class to registers things (ops, properties) Singleton class