ngraph::pass::NormalizeL2FusionWithAdd Class Reference

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

#include <normalize_l2_fusion.hpp>

Inheritance diagram for ngraph::pass::NormalizeL2FusionWithAdd:

Detailed Description

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


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