Class ov::pass::EliminateLoopInputsOutputs#

class EliminateLoopInputsOutputs : public ov::pass::MatcherPass#

EliminateLoopInputsOutputs transformation manages Loop inputs/outputs. Check if Loop input is not changed in body input node -> Loop input -> body parameter -> body result -> Loop output -> output node than: 1) reconnect input node -> output node directly 2) update Loop input description from merged to invariant.