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

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.