Data Fields
ngraph::pass::GeluFusionWithErfTwo 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::GeluFusionWithErfTwo:

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: