From 624fe9f02d4cf229cc7f33d9c970b39fcf560d1f Mon Sep 17 00:00:00 2001 From: FinnWilliamsArm Date: Fri, 6 Dec 2019 17:12:42 +0000 Subject: IVGCVSW-4211 Rename QuantisedSymm8 to QSymmS8 !armnn:2421 Signed-off-by: FinnWilliamsArm Change-Id: I30da5235f6610306f9300b4532cf2c79ee8789f8 --- Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils.cpp b/Utils.cpp index a5a6ef0e..0211e92a 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -122,7 +122,7 @@ armnn::TensorInfo GetTensorInfoForOperand(const V1_2::Operand& operand) type = armnn::DataType::QuantisedAsymm8; break; case V1_2::OperandType::TENSOR_QUANT8_SYMM: - type = armnn::DataType::QuantisedSymm8; + type = armnn::DataType::QSymmS8; break; case V1_2::OperandType::TENSOR_QUANT16_SYMM: type = armnn::DataType::QuantisedSymm16; -- cgit v1.2.1