▼Ndnnl | |
►Cbatch_normalization_backward | Batch normalization backward propagation |
►Cbatch_normalization_forward | Batch normalization for forward propagation |
►Cbinary | Implements descriptor, primitive descriptor, and primitive for the binary |
Cconcat | Implements primitive descriptor and primitive for concat |
►Cconvolution_backward_data | Convolution backward propagation |
►Cconvolution_backward_weights | Convolution weight update |
►Cconvolution_forward | Convolution forward propagation |
►Cdeconvolution_backward_data | Deconvolution backward propagation |
►Cdeconvolution_backward_weights | Deconvolution weight update |
►Cdeconvolution_forward | Deconvolution forward propagation |
►Celtwise_backward | Element-wise operations for backward propagation |
►Celtwise_forward | Element-wise operations for forward propagation |
Cengine | An execution engine |
Cerror | DNNL exception class |
►Cgru_backward | GRU for backward propagation |
►Cgru_forward | GRU for forward propagation |
Chandle | A class for wrapping an DNNL handle |
Chandle_traits | A class that provides the destructor for an DNNL C handle |
►Cinner_product_backward_data | Inner product for backward propagation with respect to data |
►Cinner_product_backward_weights | Inner product for backward propagation with respect to weights |
►Cinner_product_forward | Inner product for forward propagation |
►Clayer_normalization_backward | Layer normalization backward propagation |
►Clayer_normalization_forward | Layer normalization for forward propagation |
►Clbr_gru_backward | LBR_GRU for backward propagation |
►Clbr_gru_forward | LBR_GRU for forward propagation |
►Clrn_backward | Local response normalization for backward propagation |
►Clrn_forward | Local response normalization for forward propagation |
►Clstm_backward | LSTM for backward propagation |
►Clstm_forward | LSTM for forward propagation |
►Cmemory | Memory that describes the data |
►Cpooling_forward | Pooling for forward propagation |
Cpost_ops | Post operations |
Cprimitive | Base class for all computational primitives |
Cprimitive_attr | Primitive attributes |
Cprimitive_desc | A base class for descriptors of all primitives that have an operation descriptor and that support iteration over multiple implementations |
Cprimitive_desc_base | The base class for all primitive descriptors |
Creorder | Initializes 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_backward | Shuffle for backward propagation |
►Cshuffle_forward | Shuffle for forward propagation |
►Csoftmax_backward | Softmax for backward propagation |
►Csoftmax_forward | Softmax for forward propagation |
Cstream | An execution stream |
Csum | Creates an out-of-place sum primitive descriptor for sum of n inputs multiplied by the scale with resulting output_desc memory descriptor |
►Cvanilla_rnn_backward | Vanilla RNN for backward propagation |
►Cvanilla_rnn_forward | Vanilla RNN for forward propagation |
Cdnnl_batch_normalization_desc_t | A descriptor of a Batch Normalization operation |
Cdnnl_binary_desc_t | A descriptor of a binary operation |
Cdnnl_blocking_desc_t | Generic description of blocked data layout for most memory formats |
Cdnnl_convolution_desc_t | A descriptor of a convolution operation |
Cdnnl_eltwise_desc_t | A descriptor of a element-wise operation |
Cdnnl_engine | An opaque structure to describe an engine |
Cdnnl_exec_arg_t | An auxiliary structure to specify primitive's inputs/outputs at execution |
Cdnnl_inner_product_desc_t | A descriptor of an inner product operation |
Cdnnl_layer_normalization_desc_t | A descriptor of a Layer Normalization operation |
Cdnnl_lrn_desc_t | A descriptor of a Local Response Normalization (LRN) operation |
Cdnnl_memory | |
Cdnnl_memory_desc_t | Memory descriptor |
Cdnnl_memory_extra_desc_t | Description of extra information stored in memory |
Cdnnl_pooling_desc_t | A descriptor of a pooling operation |
Cdnnl_post_ops | An opaque structure for a chain of post operations |
Cdnnl_primitive | |
Cdnnl_primitive_attr | An opaque structure for primitive descriptor attributes |
Cdnnl_primitive_desc | An opaque structure to describe a primitive descriptor |
Cdnnl_primitive_desc_iterator | An opaque structure to describe a primitive descriptor iterator |
Cdnnl_rnn_desc_t | A descriptor for an RNN operation |
Cdnnl_rnn_packed_desc_t | Description of tensor of packed weights for rnn |
Cdnnl_shuffle_desc_t | A descriptor of a shuffle operation |
Cdnnl_softmax_desc_t | A descriptor of a Softmax operation |
Cdnnl_stream | |
Cdnnl_version_t | Version type |
Cdnnl_wino_desc_t | Description of tensor of weights for winograd 2x3 convolution |