aboutsummaryrefslogtreecommitdiff
path: root/Utils.cpp
diff options
context:
space:
mode:
authorKevin May <kevin.may@arm.com>2020-03-31 15:03:42 +0100
committerKevin May <kevin.may@arm.com>2020-03-31 16:18:26 +0000
commit352d83857d28a37821a5a6643f0ed21115c66cd7 (patch)
tree1d80cab176605e7e6a361c787eeb107f69d0acad /Utils.cpp
parent51ba2c6e0f83d2891a92c63fc30001de761e0789 (diff)
downloadandroid-nn-driver-352d83857d28a37821a5a6643f0ed21115c66cd7.tar.gz
IVGCVSW-4640 Fix HAL 1.3 build issues from update of AOSP master
Signed-off-by: Kevin May <kevin.may@arm.com> Change-Id: I19dd23f938f571f3f63bb1e070d27d27cbe65c1a
Diffstat (limited to 'Utils.cpp')
-rw-r--r--Utils.cpp2
1 files changed, 1 insertions, 1 deletions
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();