-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Support LSTMSequence with -1 sequence length (#20935)
* [GPU] Support LSTMSequence w/ -1 seq_length Co-authored-by:Taylor Yeonbok Lee <[email protected]> Co-authored-by:Andrew Park <[email protected]> * Fix GetInputInfo to retrieve input pid from LSTMCell * LSTMCell use ov::PartialShape instead of cldnn::tensor * implement lstm_elt_inst::calc_output_layouts * implement lstm_elt_impl::static_canonicalize_shapes * Add functional tests * Fix unit test failure --------- Co-authored-by: Andrew Park <[email protected]>
- Loading branch information
1 parent
c08e01d
commit 51da30b
Showing
6 changed files
with
497 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.