aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClQuantizationKernel.cpp')
-rw-r--r--src/core/gpu/cl/kernels/ClQuantizationKernel.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp b/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp
index ea56289157..ced0d14391 100644
--- a/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp
+++ b/src/core/gpu/cl/kernels/ClQuantizationKernel.cpp
@@ -144,8 +144,6 @@ void ClQuantizationKernel::configure(const CLCompileContext &compile_context, IT
}
ICLKernel::configure_internal(win);
- dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape()));
-
ARM_COMPUTE_ERROR_ON(has_padding_changed(padding_info));
}