Skip to content

fix handling of multiple QuantizeLinear nodes#414

Merged
saurabhkale17 merged 1 commit intoovep-develop-lnl-1.2from
saurabh/debug_gt_final_version_
Aug 4, 2024
Merged

fix handling of multiple QuantizeLinear nodes#414
saurabhkale17 merged 1 commit intoovep-develop-lnl-1.2from
saurabh/debug_gt_final_version_

Conversation

@saurabhkale17
Copy link

Description

This fix addresses the issue of handling multiple QLinear nodes as outputs from the target node in OVEP. Previously, the stripping logic only supported a single Q node, leading to incorrect stripping of additional Q nodes.

Motivation and Context

The OVEP stripping logic was limited to handling a single Q node as an output from the target node. As a result, additional Q nodes were being stripped, despite the stripping rules indicating they should be retained.

With this fix, OVEP can now properly handle multiple Q nodes according to the specified stripping rules, ensuring that the fate of each Q node is correctly determined.

@saurabhkale17 saurabhkale17 merged commit 50a408c into ovep-develop-lnl-1.2 Aug 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant