Class ov::pass::ConvertTensorIteratorToGRUSequence#
-
class ConvertTensorIteratorToGRUSequence : public ov::pass::MatcherPass#
Finds all TensorIterator layers, detects the pattern Squeeze->GRUCell->Unsqueeze in the TensorIterator body, converts this pattern to GRUSequence layer and replaces them TensorIterator.