Descriptor for softmax forward propagation. More...
#include <dnnl.hpp>
Public Member Functions | |
desc (prop_kind aprop_kind, const memory::desc &data_desc, int softmax_axis) | |
Initializes a softmax descriptor for forward propagation using prop_kind (possible values are dnnl::forward_training and dnnl::forward_inference) and memory descriptor data_desc . More... | |
Descriptor for softmax forward propagation.
|
inline |
Initializes a softmax descriptor for forward propagation using prop_kind
(possible values are dnnl::forward_training and dnnl::forward_inference) and memory descriptor data_desc
.