aboutsummaryrefslogtreecommitdiff
path: root/src/core/CL/kernels/CLBox3x3Kernel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/CL/kernels/CLBox3x3Kernel.cpp')
-rw-r--r--src/core/CL/kernels/CLBox3x3Kernel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/CL/kernels/CLBox3x3Kernel.cpp b/src/core/CL/kernels/CLBox3x3Kernel.cpp
index e113d30210..0299f6233c 100644
--- a/src/core/CL/kernels/CLBox3x3Kernel.cpp
+++ b/src/core/CL/kernels/CLBox3x3Kernel.cpp
@@ -37,7 +37,7 @@ using namespace arm_compute;
BorderSize CLBox3x3Kernel::border_size() const
{
- return 1;
+ return BorderSize(1);
}
void CLBox3x3Kernel::configure(const ICLTensor *input, ICLTensor *output, bool border_undefined)