oneAPI Deep Neural Network Library (oneDNN)  1.4.0
Performance library for Deep Learning
Loading...
Searching...
No Matches
layer_normalization_example_cpp_short

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.