From 352d83857d28a37821a5a6643f0ed21115c66cd7 Mon Sep 17 00:00:00 2001 From: Kevin May Date: Tue, 31 Mar 2020 15:03:42 +0100 Subject: IVGCVSW-4640 Fix HAL 1.3 build issues from update of AOSP master Signed-off-by: Kevin May Change-Id: I19dd23f938f571f3f63bb1e070d27d27cbe65c1a --- Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Utils.cpp') diff --git a/Utils.cpp b/Utils.cpp index aeee800b..40d6063e 100644 --- a/Utils.cpp +++ b/Utils.cpp @@ -210,7 +210,7 @@ armnn::TensorInfo GetTensorInfoForOperand(const V1_3::Operand& operand) { // ExtraParams is expected to be of type channelQuant BOOST_ASSERT(operand.extraParams.getDiscriminator() == - V1_3::Operand::ExtraParams::hidl_discriminator::channelQuant); + V1_2::Operand::ExtraParams::hidl_discriminator::channelQuant); auto perAxisQuantParams = operand.extraParams.channelQuant(); -- cgit v1.2.1