C API types definitions. More...
Go to the source code of this file.
Classes | |
| struct | mkldnn_version_t |
| Version type. More... | |
| struct | mkldnn_blocking_desc_t |
| Generic description of blocked data layout for most memory formats. More... | |
| struct | mkldnn_wino_desc_t |
| Description of tensor of weights for winograd 2x3 convolution. More... | |
| struct | mkldnn_rnn_packed_desc_t |
| Description of tensor of packed weights for rnn. More... | |
| struct | mkldnn_memory_extra_desc_t |
| Description of extra information stored in memory. More... | |
| struct | mkldnn_memory_desc_t |
| Memory descriptor. More... | |
| struct | mkldnn_convolution_desc_t |
| A descriptor of a convolution operation. More... | |
| struct | mkldnn_shuffle_desc_t |
| A descriptor of a shuffle operation. More... | |
| struct | mkldnn_eltwise_desc_t |
| A descriptor of a element-wise operation. More... | |
| struct | mkldnn_softmax_desc_t |
| A descriptor of a Softmax operation. More... | |
| struct | mkldnn_pooling_desc_t |
| A descriptor of a pooling operation. More... | |
| struct | mkldnn_lrn_desc_t |
| A descriptor of a Local Response Normalization (LRN) operation. More... | |
| struct | mkldnn_batch_normalization_desc_t |
| A descriptor of a Batch Normalization operation. More... | |
| struct | mkldnn_inner_product_desc_t |
| A descriptor of an inner product operation. More... | |
| struct | mkldnn_rnn_desc_t |
| A descriptor for an RNN operation. More... | |
| struct | mkldnn_exec_arg_t |
| An auxiliary structure to specify primitive's inputs/outputs at execution. More... | |
Macros | |
| #define | MKLDNN_MAX_NDIMS 12 |
| Maximum number of dimensions a tensor can have. More... | |
| #define | MKLDNN_RNN_MAX_N_PARTS 4 |
| Maximum number of parts of RNN weights tensor that require separate computation. More... | |
Typedefs | |
| typedef int64_t | mkldnn_dim_t |
| A type to describe tensor dimension. | |
| typedef mkldnn_dim_t | mkldnn_dims_t[MKLDNN_MAX_NDIMS] |
| A type to describe tensor dimensions. | |
| typedef struct mkldnn_memory * | mkldnn_memory_t |
| A memory handle. | |
| typedef const struct mkldnn_memory * | const_mkldnn_memory_t |
| A constant memory handle. | |
| typedef void * | mkldnn_op_desc_t |
| A pointer to any of the operation descriptors. | |
| typedef const void * | const_mkldnn_op_desc_t |
| A pointer to any of the operation descriptors (constant variant). | |
| typedef mkldnn_convolution_desc_t | mkldnn_deconvolution_desc_t |
| A descriptor of a deconvolution operation. | |
| typedef struct mkldnn_engine * | mkldnn_engine_t |
| An engine handle. | |
| typedef struct mkldnn_primitive_desc_iterator * | mkldnn_primitive_desc_iterator_t |
| A primitive descriptor iterator handle. | |
| typedef const struct mkldnn_primitive_desc_iterator * | const_mkldnn_primitive_desc_iterator_t |
| A constant primitive descriptor iterator handle. | |
| typedef struct mkldnn_primitive_desc * | mkldnn_primitive_desc_t |
| A primitive descriptor handle. | |
| typedef const struct mkldnn_primitive_desc * | const_mkldnn_primitive_desc_t |
| A constant primitive descriptor handle. | |
| typedef struct mkldnn_primitive_attr * | mkldnn_primitive_attr_t |
| A primitive descriptor attributes handle that controls primitive behavior. More... | |
| typedef const struct mkldnn_primitive_attr * | const_mkldnn_primitive_attr_t |
| A constant primitive descriptor attributes handle. | |
| typedef struct mkldnn_post_ops * | mkldnn_post_ops_t |
| A post operation chain handle. | |
| typedef const struct mkldnn_post_ops * | const_mkldnn_post_ops_t |
| A constant post operation chain handle. | |
| typedef struct mkldnn_primitive * | mkldnn_primitive_t |
| A primitive handle. | |
| typedef const struct mkldnn_primitive * | const_mkldnn_primitive_t |
| A constant primitive handle. | |
| typedef struct mkldnn_stream * | mkldnn_stream_t |
| An execution stream handle. | |
| typedef const struct mkldnn_stream * | const_mkldnn_stream_t |
| A constant execution stream handle. | |
C API types definitions.