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 bug with broadcasting constant layer with fq layer #5766

Merged

Conversation

dmitriikhurtin
Copy link
Contributor

@dmitriikhurtin dmitriikhurtin commented May 24, 2021

Details:

  • Broadcast is failed in case of const->fq->add.

Tickets:
56491

@dmitriikhurtin dmitriikhurtin requested review from a team, elilobanova, nkogteva and mryzhov May 24, 2021 11:35
@openvino-pushbot openvino-pushbot added category: GNA OpenVINO GNA plugin category: IE Tests OpenVINO Test: plugins and common labels May 24, 2021
@dorloff dorloff merged commit 39c08e4 into openvinotoolkit:master May 25, 2021
AlexeyLebedev1 pushed a commit to AlexeyLebedev1/openvino that referenced this pull request May 27, 2021
…otoolkit#5766)

* fix bug with broadcasting constant layer with fq layer

* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list

* constLayer->outData.front()->setDims is moved to conditions

* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
yekruglov pushed a commit to yekruglov/openvino that referenced this pull request Jun 7, 2021
…otoolkit#5766)

* fix bug with broadcasting constant layer with fq layer

* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list

* constLayer->outData.front()->setDims is moved to conditions

* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
rnugmanx pushed a commit to rnugmanx/openvino that referenced this pull request Aug 26, 2021
…otoolkit#5766)

* fix bug with broadcasting constant layer with fq layer

* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list

* constLayer->outData.front()->setDims is moved to conditions

* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
tadamowicz pushed a commit to tadamowicz/openvino that referenced this pull request Aug 30, 2023
…otoolkit#5766)

* fix bug with broadcasting constant layer with fq layer

* BroadcastConstWithFakeQuantizePass is removed; BroadcastConstPass is moved up in pass list

* constLayer->outData.front()->setDims is moved to conditions

* prevLayer->outData.front()->setLayout(nextLayer->outData.front()->getLayout()); is added
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
category: GNA OpenVINO GNA plugin category: IE Tests OpenVINO Test: plugins and common
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants