ngraph::pass::HSwishFusionWithReluMul Class Reference

HSwishFusion transformation replaces a sub-graph (x * (min(Relu(x + 3), 6)) * const(1/6) with a HSwish op. More...

#include <hswish_fusion.hpp>

Inheritance diagram for ngraph::pass::HSwishFusionWithReluMul:

Detailed Description

HSwishFusion transformation replaces a sub-graph (x * (min(Relu(x + 3), 6)) * const(1/6) with a HSwish op.


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