ngraph::pass::SwishFusionWithBeta Class Reference

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

#include <swish_fusion.hpp>

Inheritance diagram for ngraph::pass::SwishFusionWithBeta:

Detailed Description

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


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