|
mxnet
|
#include <mkldnn_types.h>

Public Attributes | |
| mkldnn_primitive_kind_t | primitive_kind |
| mkldnn_prop_kind_t | prop_kind |
| mkldnn_memory_desc_t | data_desc |
| mkldnn_memory_desc_t | diff_desc |
| int | softmax_axis |
A descriptor of a Softmax operation.
| mkldnn_memory_desc_t mkldnn_softmax_desc_t::data_desc |
Source and destination memory descriptor.
| mkldnn_memory_desc_t mkldnn_softmax_desc_t::diff_desc |
Source and Destination of gradient memory descriptor.
| mkldnn_primitive_kind_t mkldnn_softmax_desc_t::primitive_kind |
The kind of primitive. Used for self-identifying the primitive descriptor. Must be mkldnn_softmax.
| mkldnn_prop_kind_t mkldnn_softmax_desc_t::prop_kind |
The kind of propagation. Possible values: mkldnn_forward_training and mkldnn_forward_inference.
| int mkldnn_softmax_desc_t::softmax_axis |
The axis along which to perform the softmax.
1.8.11