ngraph::pass::MishFusion Class Reference

MishFusion transformation replaces group of operations: x * tanh(log(exp(x) + 1)) to Mish op. More...

#include <mish_fusion.hpp>

Inheritance diagram for ngraph::pass::MishFusion:

Detailed Description

MishFusion transformation replaces group of operations: x * tanh(log(exp(x) + 1)) to Mish op.


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