aboutsummaryrefslogtreecommitdiff
path: root/src/core/gpu/cl/kernels/ClDequantizationKernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/gpu/cl/kernels/ClDequantizationKernel.cpp')
-rw-r--r--src/core/gpu/cl/kernels/ClDequantizationKernel.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/gpu/cl/kernels/ClDequantizationKernel.cpp b/src/core/gpu/cl/kernels/ClDequantizationKernel.cpp
index 267ac9b2b4..612a03437b 100644
--- a/src/core/gpu/cl/kernels/ClDequantizationKernel.cpp
+++ b/src/core/gpu/cl/kernels/ClDequantizationKernel.cpp
@@ -113,9 +113,6 @@ void ClDequantizationKernel::configure(const CLCompileContext &compile_context,
}
ICLKernel::configure_internal(win);
- // Set output valid region
- dst->set_valid_region(ValidRegion(Coordinates(), dst->tensor_shape()));
-
ARM_COMPUTE_ERROR_ON(has_padding_changed(padding_info));
}