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-6AA5F3BF-84BD-458F-B70F-C08BF3F9D6CE
Visible to Intel only — GUID: GUID-6AA5F3BF-84BD-458F-B70F-C08BF3F9D6CE
<Untitled>
This C++ API example demonstrates how to create and execute a Batch Normalization primitive in forward training propagation mode.
This C++ API example demonstrates how to create and execute a Batch Normalization primitive in forward training propagation mode.
Key optimizations included in this example:
In-place primitive execution;
Source memory format for an optimized primitive implementation;
Fused post-ops via operation descriptor flags;