Class ov::pass::AbsSinking#
-
class AbsSinking : public ov::pass::MatcherPass#
AbsSinking optimizes out the Abs which input is non negative. Has a special case for Concat -> Abs graph, it moves Abs up through Concat to its inputs, tries to constant fold new Abs ops. In case folding fails applies optimization to the leftover Abs ops.