aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLCannyEdgeKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLCannyEdgeKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLCannyEdgeKernel.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/arm_compute/core/CL/kernels/CLCannyEdgeKernel.h b/arm_compute/core/CL/kernels/CLCannyEdgeKernel.h
index 5aec25259f..c4d0297aef 100644
--- a/arm_compute/core/CL/kernels/CLCannyEdgeKernel.h
+++ b/arm_compute/core/CL/kernels/CLCannyEdgeKernel.h
@@ -26,8 +26,6 @@
#include "arm_compute/core/CL/ICLKernel.h"
-#include <cstdint>
-
namespace arm_compute
{
class ICLTensor;
@@ -136,7 +134,7 @@ public:
CLEdgeTraceKernel &operator=(const CLEdgeTraceKernel &) = delete;
/** Initialise the kernel's source, destination and border mode.
*
- * @param[in] input Source tensor. Data types supported: U8.
+ * @param[in] input Source tensor. Data types supported: U16/U32.
* @param[out] output Destination tensor. Data types supported: U8.
* @param[in] upper_thr Upper threshold used for the hysteresis
* @param[in] lower_thr Lower threshold used for the hysteresis
@@ -154,7 +152,7 @@ public:
/** Initialise the kernel's source, destination and border mode.
*
* @param[in] compile_context The compile context to be used.
- * @param[in] input Source tensor. Data types supported: U8.
+ * @param[in] input Source tensor. Data types supported: U16/U32.
* @param[out] output Destination tensor. Data types supported: U8.
* @param[in] upper_thr Upper threshold used for the hysteresis
* @param[in] lower_thr Lower threshold used for the hysteresis