From 053e7510f24c2b02f9fae9c45fb6b874631a5376 Mon Sep 17 00:00:00 2001 From: Manuel Bottini Date: Fri, 28 Dec 2018 15:05:20 +0000 Subject: COMPMID-1758: NEON: Implement Range Change-Id: I56dff9462b85760fbed6db43224cadb90d283810 Reviewed-on: https://review.mlplatform.org/472 Reviewed-by: Georgios Pinitas Tested-by: Arm Jenkins --- arm_compute/core/CL/kernels/CLRangeKernel.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'arm_compute/core/CL/kernels/CLRangeKernel.h') 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. -- cgit v1.2.1