Class ov::pass::ConvertTensorIteratorToLSTMSequence

class ConvertTensorIteratorToLSTMSequence : public ov::pass::MatcherPass

Finds all TensorIterator layers, detects the pattern Squeeze->LSTMCell->Unsqueeze in the TensorIterator body, converts this pattern to LSTMSequence layer and replaces them TensorIterator.