From 5cf8e74e702e3d5278c898202cc25b04b812d87a Mon Sep 17 00:00:00 2001 From: Conor Kennedy Date: Mon, 13 Feb 2023 10:50:40 +0000 Subject: MLECO-2709: Inclusive language update * Update various files to use inclusive language Signed-off-by: Conor Kennedy Change-Id: I538f61a400e1d58acb6397bb5e2ba3d912196314 --- source/application/api/use_case/kws/src/KwsClassifier.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/application/api/use_case/kws') diff --git a/source/application/api/use_case/kws/src/KwsClassifier.cc b/source/application/api/use_case/kws/src/KwsClassifier.cc index 420c6de..e498f06 100644 --- a/source/application/api/use_case/kws/src/KwsClassifier.cc +++ b/source/application/api/use_case/kws/src/KwsClassifier.cc @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: Copyright 2022 Arm Limited and/or its affiliates + * SPDX-FileCopyrightText: Copyright 2022-2023 Arm Limited and/or its affiliates * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -47,7 +47,7 @@ namespace app { totalOutputSize *= outputTensor->dims->data[inputDim]; } - /* Sanity checks. */ + /* Health check */ if (totalOutputSize < topNCount) { printf_err("Output vector is smaller than %" PRIu32 "\n", topNCount); return false; -- cgit v1.2.1