Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  1.0.0
Performance library for Deep Learning
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nmkldnn
 Cbatch_normalization_backwardBatch normalization backward propagation
 Cbatch_normalization_forwardBatch normalization for forward propagation
 CconcatImplements primitive descriptor and primitive for concat
 Cconvolution_backward_dataConvolution backward propagation
 Cconvolution_backward_weightsConvolution weight update
 Cconvolution_forwardConvolution forward propagation
 Cdeconvolution_backward_dataDeconvolution backward propagation
 Cdeconvolution_backward_weightsDeconvolution weight update
 Cdeconvolution_forwardDeconvolution forward propagation
 Celtwise_backwardElement-wise operations for backward propagation
 Celtwise_forwardElement-wise operations for forward propagation
 CengineAn execution engine
 CerrorIntel(R) MKL-DNN exception class
 Cgru_backwardGRU for backward propagation
 Cgru_forwardGRU for forward propagation
 ChandleA class for wrapping an Intel(R) MKL-DNN handle
 Chandle_traitsA class that provides the destructor for an Intel(R) MKL-DNN C handle
 Cinner_product_backward_dataInner product for backward propagation with respect to data
 Cinner_product_backward_weightsInner product for backward propagation with respect to weights
 Cinner_product_forwardInner product for forward propagation
 Clbr_gru_backwardLBR_GRU for backward propagation
 Clbr_gru_forwardLBR_GRU for forward propagation
 Clrn_backwardLocal response normalization for backward propagation
 Clrn_forwardLocal response normalization for forward propagation
 Clstm_backwardLSTM for backward propagation
 Clstm_forwardLSTM for forward propagation
 CmemoryMemory that describes the data
 Cpooling_forwardPooling for forward propagation
 Cpost_opsPost operations
 CprimitiveBase class for all computational primitives
 Cprimitive_attrPrimitive attributes
 Cprimitive_descA base class for all primitive descriptors
 CreorderInitializes a reorder primitive using the description of the source (src_engine and src_md) and destination (dst_engine and dst_md) memory, and an attr attribute
 Cshuffle_backwardShuffle for backward propagation
 Cshuffle_forwardShuffle for forward propagation
 Csoftmax_backwardSoftmax for backward propagation
 Csoftmax_forwardSoftmax for forward propagation
 CstreamAn execution stream
 CsumCreates an out-of-place sum primitive descriptor for sum of n inputs multiplied by the scale with resulting output_desc memory descriptor
 Cvanilla_rnn_backwardVanilla RNN for backward propagation
 Cvanilla_rnn_forwardVanilla RNN for forward propagation
 Cmkldnn_batch_normalization_desc_tA descriptor of a Batch Normalization operation
 Cmkldnn_blocking_desc_tGeneric description of blocked data layout for most memory formats
 Cmkldnn_convolution_desc_tA descriptor of a convolution operation
 Cmkldnn_eltwise_desc_tA descriptor of a element-wise operation
 Cmkldnn_engineAn opaque structure to describe an engine
 Cmkldnn_exec_arg_tAn auxiliary structure to specify primitive's inputs/outputs at execution
 Cmkldnn_inner_product_desc_tA descriptor of an inner product operation
 Cmkldnn_lrn_desc_tA descriptor of a Local Response Normalization (LRN) operation
 Cmkldnn_memoryAn opaque structure to describe a memory
 Cmkldnn_memory_desc_tMemory descriptor
 Cmkldnn_memory_extra_desc_tDescription of extra information stored in memory
 Cmkldnn_pooling_desc_tA descriptor of a pooling operation
 Cmkldnn_post_opsAn opaque structure for a chain of post operations
 Cmkldnn_primitiveAn opaque structure to describe a primitive
 Cmkldnn_primitive_attrAn opaque structure for primitive descriptor attributes
 Cmkldnn_primitive_descAn opaque structure to describe a primitive descriptor
 Cmkldnn_primitive_desc_iteratorAn opaque structure to describe a primitive descriptor iterator
 Cmkldnn_rnn_desc_tA descriptor for an RNN operation
 Cmkldnn_rnn_packed_desc_tDescription of tensor of packed weights for rnn
 Cmkldnn_shuffle_desc_tA descriptor of a shuffle operation
 Cmkldnn_softmax_desc_tA descriptor of a Softmax operation
 Cmkldnn_streamAn opaque structure to describe an execution stream
 Cmkldnn_version_tVersion type
 Cmkldnn_wino_desc_tDescription of tensor of weights for winograd 2x3 convolution