ngraph::pass::HSwishFusionWithReluDiv Class Reference

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

#include <hswish_fusion.hpp>

Inheritance diagram for ngraph::pass::HSwishFusionWithReluDiv:

Detailed Description

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


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