Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable ConvReplaceWithQLinear when using ACL (#22823)
### Description Enable the ConvReplaceWithQLinear graph optimization when using the ACL execution provider. ### Motivation and Context Fixes an issue where quantized Conv nodes followed by ReLU don't get converted to QLinearConv, so ACL sees the weights as mutable and therefore cannot run the Conv node. Signed-off-by: Michael Tyler <[email protected]>
- Loading branch information