Skip to content

Commit

Permalink
Add description to mish fuse transformation
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Aug 3, 2020
1 parent 37b0f00 commit b42ba36
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ class TRANSFORMATIONS_API MishFusion;
} // namespace pass
} // namespace ngraph

/**
* @ingroup ie_transformation_common_api
* @brief MishFusion transformation replaces group of
* operations: x * tanh(log(exp(x) + 1)) to Mish op.
*/
class ngraph::pass::MishFusion: public ngraph::pass::MatcherPass {
public:
MishFusion();
Expand Down

0 comments on commit b42ba36

Please sign in to comment.