From ae6ef7cb55af14dc25f85c6957edbba31d778d1f Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Wed, 13 Nov 2019 16:51:45 +0000 Subject: COMPMID-2763 convert functions and helpers for QASYMM8_SIGNED Helpers and functions are modified to add capabilities to convert from/to QASYMM8_SIGNED. Change-Id: Iadd94f9a8469da77421d6987ce67738cf16a1c52 Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/2288 Comments-Addressed: Arm Jenkins Tested-by: Arm Jenkins Reviewed-by: Michele Di Giorgio Reviewed-by: Georgios Pinitas --- src/runtime/NEON/functions/NEReductionOperation.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/runtime/NEON/functions/NEReductionOperation.cpp') diff --git a/src/runtime/NEON/functions/NEReductionOperation.cpp b/src/runtime/NEON/functions/NEReductionOperation.cpp index 397fe21cb9..4e37659d30 100644 --- a/src/runtime/NEON/functions/NEReductionOperation.cpp +++ b/src/runtime/NEON/functions/NEReductionOperation.cpp @@ -198,7 +198,7 @@ void NEReductionOperation::configure(ITensor *input, ITensor *output, unsigned i case ReductionOperation::SUM_SQUARE: case ReductionOperation::SUM: { - pixelValue = PixelValue(0, input->info()->data_type()); + pixelValue = PixelValue(0, input->info()->data_type(), input->info()->quantization_info()); break; } default: -- cgit v1.2.1