Rename quantized data types

!armnn:2571

Signed-off-by: Derek Lamberti <derek.lamberti@arm.com>
Change-Id: I06977553a097479a2a996e76a106249673d31ed7
diff --git a/ConversionUtils.hpp b/ConversionUtils.hpp
index b53432c..a0ab9e5 100644
--- a/ConversionUtils.hpp
+++ b/ConversionUtils.hpp
@@ -2961,7 +2961,7 @@
     // Before Android Q, the pad value for ANEURALNETWORKS_TENSOR_QUANT8_ASYMM was undefined. Since Android Q the pad
     // value must be "logical zero" we set it to be equal to the QuantizationOffset so effectively it ends up as
     // (QuantizationOffset - QuantizationOffset) * scale = 0.
-    if (inputInfo.GetDataType() == armnn::DataType::QuantisedAsymm8)
+    if (inputInfo.GetDataType() == armnn::DataType::QAsymmU8)
     {
         descriptor.m_PadValue = inputInfo.GetQuantizationOffset();
     }