Data Fields
ngraph::pass::GeluFusionWithErfOne Class Reference

GeluFusion transformation replaces a sub-graph (0.5 * x) * (1 + erf(x / sqrt(2))) with a Gelu op. More...

#include <gelu_fusion.hpp>

Inheritance diagram for ngraph::pass::GeluFusionWithErfOne:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

GeluFusion transformation replaces a sub-graph (0.5 * x) * (1 + erf(x / sqrt(2))) with a Gelu op.


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