ngraph::pass::NormalizeL2FusionWithMax Class Reference

NormalizeL2FusionWithMax transformation replaces a sub-graph x/(max(sqrt(sum(x[j0, ..., jN]**2), eps)) with a NormalizeL2 op. More...

#include <normalize_l2_fusion.hpp>

Inheritance diagram for ngraph::pass::NormalizeL2FusionWithMax:

Detailed Description

NormalizeL2FusionWithMax transformation replaces a sub-graph x/(max(sqrt(sum(x[j0, ..., jN]**2), eps)) with a NormalizeL2 op.


The documentation for this class was generated from the following file: