aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/NEON/functions/NEReductionOperation.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/NEON/functions/NEReductionOperation.cpp')
-rw-r--r--src/runtime/NEON/functions/NEReductionOperation.cpp2
1 files changed, 1 insertions, 1 deletions
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: