IVGCVSW-4104 Report Conv2d per-axis quantization unsupported on ACL backends
authorAron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Thu, 7 Nov 2019 15:19:52 +0000 (15:19 +0000)
committerKeith Davis Arm <keith.davis@arm.com>
Mon, 11 Nov 2019 15:20:58 +0000 (15:20 +0000)
commit07f25e009cc425183e268eaf3e5c02111214baaa
tree77ec7beaefb4e78c7ed1cb61e6f8f5943ee247dc
parent3fec1ea7e35420ef87de8a98aed0437570251969
IVGCVSW-4104 Report Conv2d per-axis quantization unsupported on ACL backends

* Teporarily return false from IsConvolution2dSupported() whenever the
  weights tensor has per-axis quantization in order to avoid exceptions
  being thrown from ACL during attempted execution
* Should be reverted once per-axis quantization support will have been
  added to the ACL backends

Signed-off-by: Aron Virginas-Tar <Aron.Virginas-Tar@arm.com>
Change-Id: Ie2e1a7f3f5550a4b43f7f007ee5c86a8760872eb
src/backends/cl/ClLayerSupport.cpp
src/backends/neon/NeonLayerSupport.cpp