Descriptor for a logsoftmax backward propagation primitive. More...
#include <dnnl.hpp>
Public Member Functions | |
desc ()=default | |
Default constructor. Produces an empty object. | |
desc (const memory::desc &diff_data_desc, const memory::desc &data_desc, int logsoftmax_axis) | |
Constructs a descriptor for a logsoftmax backward propagation primitive. More... | |
Descriptor for a logsoftmax backward propagation primitive.
|
inline |
Constructs a descriptor for a logsoftmax backward propagation primitive.
Inputs:
Outputs:
diff_data_desc | Diff source and diff destination memory descriptors. |
data_desc | Destination memory descriptor. |
logsoftmax_axis | Axis over which softmax is computed. |