ngraph::pass::HSwishFusionWithoutRelu Class Reference

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

#include <hswish_fusion.hpp>

Inheritance diagram for ngraph::pass::HSwishFusionWithoutRelu:

Detailed Description

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


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