oneAPI Deep Neural Network Library (oneDNN)  1.6.4
Performance library for Deep Learning

This C++ API example demonstrates how to create and execute a Layer normalization primitive in forward propagation mode.

Key optimizations included in this example:

  • In-place primitive execution;
  • Creation of memory objects using the primitive descriptor.