Data Fields
ngraph::pass::Gelu7Downgrade Class Reference

Gelu7Downgrade converts v7::Gelu operation to v2::Gelu unconditionally. This is done because only limited set of plugins support v7::Gelu which has an attribute specifying approximation mode. For other plugins the behaviour is to use v2 version of the operation which does not support the approximation mode. More...

#include <gelu7_downgrade.hpp>

Inheritance diagram for ngraph::pass::Gelu7Downgrade:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

Gelu7Downgrade converts v7::Gelu operation to v2::Gelu unconditionally. This is done because only limited set of plugins support v7::Gelu which has an attribute specifying approximation mode. For other plugins the behaviour is to use v2 version of the operation which does not support the approximation mode.


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