onnxruntime
dd99e34d - Enable ConvReplaceWithQLinear when using ACL (#22823)

Commit
1 year ago
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 <michael.tyler@arm.com>
Parents
Loading