ngraph::pass::ConvertRNNSequenceMatcher Class Reference

Converts RNNSequence to legacy RNNSequenceIE. SequenceIE op doesn't use seq_length input and num_direction (direction) attribute. We squeeze num_direction dimension for all corresponding inputs and unsqueeze them after the SequenceIE op. More...

#include <convert_sequences_to_sequences_ie.hpp>

Inheritance diagram for ngraph::pass::ConvertRNNSequenceMatcher:

Detailed Description

Converts RNNSequence to legacy RNNSequenceIE. SequenceIE op doesn't use seq_length input and num_direction (direction) attribute. We squeeze num_direction dimension for all corresponding inputs and unsqueeze them after the SequenceIE op.


The documentation for this class was generated from the following file: