Data Fields
ngraph::pass::SwishFusionWithSigmoid Class Reference

SwishFusionWithSigmoid replaces a sub-graphs x * Sigmoid(x) with a Swish op. More...

#include <swish_fusion.hpp>

Inheritance diagram for ngraph::pass::SwishFusionWithSigmoid:

Data Fields

 NGRAPH_RTTI_DECLARATION
 

Detailed Description

SwishFusionWithSigmoid replaces a sub-graphs x * Sigmoid(x) with a Swish op.


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