aboutsummaryrefslogtreecommitdiff
path: root/arm_compute/core/CL/kernels/CLRangeKernel.h
diff options
context:
space:
mode:
Diffstat (limited to 'arm_compute/core/CL/kernels/CLRangeKernel.h')
-rw-r--r--arm_compute/core/CL/kernels/CLRangeKernel.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arm_compute/core/CL/kernels/CLRangeKernel.h b/arm_compute/core/CL/kernels/CLRangeKernel.h
index 2da21175ce..2349b8ecad 100644
--- a/arm_compute/core/CL/kernels/CLRangeKernel.h
+++ b/arm_compute/core/CL/kernels/CLRangeKernel.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2018 ARM Limited.
+ * Copyright (c) 2018-2019 ARM Limited.
*
* SPDX-License-Identifier: MIT
*
@@ -31,7 +31,7 @@ namespace arm_compute
{
class ICLTensor;
-/** Kernel class for Range()
+/** Kernel class for Range
*
* range generates a 1-D tensor containing a sequence of numbers that begins at 'start' and extends by increments
* of 'step' up to but not including 'end'.
@@ -51,7 +51,7 @@ public:
CLRangeKernel &operator=(CLRangeKernel &&) = default;
/** Default destructor */
~CLRangeKernel() = default;
- /** Initialise the kernel's output tensor, start, end and step of the sequence.
+ /** Initialize the kernel's output tensor, start, end and step of the sequence.
*
* @param[out] output Output tensor. Data types supported: U8/S8/QASYMM8/U16/S16/U32/S32/F16/F32.
* @param[in] start The starting value of the sequence.