aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/CL/functions/CLCrop.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/CL/functions/CLCrop.cpp')
-rw-r--r--src/runtime/CL/functions/CLCrop.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/runtime/CL/functions/CLCrop.cpp b/src/runtime/CL/functions/CLCrop.cpp
index ff30837506..35ea17cfc2 100644
--- a/src/runtime/CL/functions/CLCrop.cpp
+++ b/src/runtime/CL/functions/CLCrop.cpp
@@ -30,6 +30,8 @@
#include "src/core/CL/ICLKernel.h"
#include "src/gpu/cl/operators/ClCrop.h"
+#include "src/common/utils/Log.h"
+
#include <utility>
namespace arm_compute
@@ -59,6 +61,7 @@ void CLCrop::configure(const CLCompileContext &compile_context, const ICLTensor
Window *dst_window)
{
ARM_COMPUTE_ERROR_ON_NULLPTR(src, dst);
+ ARM_COMPUTE_LOG_PARAMS(src, dst, start, end, batch_index, extrapolation_value, dst_window);
_impl->src = src;
_impl->dst = dst;