ngraph::pass::HSwishDecomposition Class Reference

HSwishDecomposition transformation into sub-graph x * (min(Relu(x + 3), 6) * const(1/6). More...

#include <hswish_decomposition.hpp>

Inheritance diagram for ngraph::pass::HSwishDecomposition:

Detailed Description

HSwishDecomposition transformation into sub-graph x * (min(Relu(x + 3), 6) * const(1/6).


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