Intel(R) Math Kernel Library for Deep Neural Networks (Intel(R) MKL-DNN)  0.16
Performance library for Deep Learning
Modules
Here is a list of all modules:
[detail level 1234]
 C API
 BLAS functions
 Engine operations
 Execution stream operations
 Primitive operations
 AttributesAn extension for controlling primitive behavior
 Sequence of post operationsAn extension for performing extra operations after base operation
 Batch NormalizationA primitive to perform batch normalization
 Common primitive operations
 ConcatA primitive to concatenate data by arbitrary dimension
 ConvolutionA primitive to compute convolution using different algorithms
 Convolution followed by ReLU (deprecated)A merged primitive to compute a convolution followed by relu
 DeconvolutionA primitive to compute deconvolution using different algorithms
 EltwiseA primitive to compute element wise operations like parametric rectifier linear unit (ReLU)
 Inner productA primitive to compute an inner product
 LRNA primitive to perform local response normalization (LRN) across or within channels
 MemoryA primitive to describe data
 PoolingA primitive to perform max or average pooling
 RNNA primitive to compute common recurrent layer
 ReLU (deprecated, use Eltwise instead)A primitive to compute a parametric rectifier linear unit (ReLU)
 ReorderA primitive to copy data between memory formats
 SoftmaxA primitive to perform softmax
 SumA primitive to sum data
 Service functions
 Types
 Auxiliary types for memory description
 Operation descriptors
 Engine
 Execution stream
 Generic
 Primitive
 Primitive descriptor attributes
 Primitive descriptor iterators
 Primitive descriptors
 Queries
 C++ API
 AttributesAn extension for controlling primitive behavior
 Common data types and enumerationsA proxy to Types in C API
 EngineEngine operations
 Primitives
 Batch normalizationA primitive to perform batch normalization
 ConcatA primitive to concatenate data by arbitrary dimension
 ConvolutionA primitive to compute convolution using different algorithms
 DeconvolutionA primitive to compute deconvolution using different algorithms
 EltwiseA primitive to compute element wise operations like parametric rectifier linear unit (ReLU)
 Inner ProductA primitive to compute an inner product
 LRNA primitive to perform local response normalization (LRN) across or within channels
 MemoryA primitive to describe data
 PoolingA primitive to perform max or average pooling
 RNNA primitive to compute common recurrent layer
 ReorderA primitive to copy data between memory formats
 SoftmaxA primitive to perform softmax
 SumA primitive to sum data
 ViewA primitive to view on a memory
 StreamExecution stream operations
 Utils