Intel® oneAPI Deep Neural Network Developer Guide and Reference
A newer version of this document is available. Customers should click here to go to the newest version.
Visible to Intel only — GUID: GUID-87D0F1B5-90BC-4F4E-AE81-B0FFCA5F12CB
Visible to Intel only — GUID: GUID-87D0F1B5-90BC-4F4E-AE81-B0FFCA5F12CB
<Untitled>
This C++ API example demonstrates how to create and execute a Softmax primitive in forward training propagation mode.
This C++ API example demonstrates how to create and execute a Softmax primitive in forward training propagation mode.
Key optimizations included in this example:
In-place primitive execution;
Softmax along axis 1 (C) for 2D tensors.