ngraph::pass::SwishFusionWithoutBeta Class Reference

SwishFusionWithSigmoid replaces a sub-graphs x / (1.0 + exp(-x)) with a Swish op. More...

#include <swish_fusion.hpp>

Inheritance diagram for ngraph::pass::SwishFusionWithoutBeta:

Detailed Description

SwishFusionWithSigmoid replaces a sub-graphs x / (1.0 + exp(-x)) with a Swish op.


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