Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[GNA] Fix identity insertion into LSTMCell #5759

Merged
merged 1 commit into from
May 24, 2021

Conversation

elilobanova
Copy link
Contributor

Details:

  • Identity insertion into LSTM cell can change the order of inputs for the next LSTM cell. Its inputs should be just replaced without order change.
  • The problem is reproduced by MultipleLSTMCellTest with low latency transformation when TI unrolling is done inside this transformation before network loading to GNA plugin (after implementation of ticket 48754).

Tickets:

56397

@openvino-pushbot openvino-pushbot added the category: GNA OpenVINO GNA plugin label May 24, 2021
@dorloff dorloff merged commit 416f929 into openvinotoolkit:master May 24, 2021
yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GNA OpenVINO GNA plugin
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants