Class ov::pass::SoftSignDecomposition#

class SoftSignDecomposition : public ov::pass::MatcherPass#

SoftSignDecomposition transformation replaces SoftSign with the following graph.

  Input ---> Abs
    |         |
    |         |
    |         |
    |         V
    |        Add <--- 1
    |         |
    |         |
    V         |
  Divide <----|
    |
    |
    |
    V
  Output