From e958850d7672cd81a5eb48285a2df94b8f0595f0 Mon Sep 17 00:00:00 2001 From: Liam Barry Date: Tue, 25 Jan 2022 14:31:15 +0000 Subject: MLECO-2872 Minor improvement to CommonUseCaseUtils Replaced overloaded PresentInferenceresults with single function and removed logic to handle arguments which are no longer passed. Change-Id: I745271638fcf78b7121c2a4b95844b752643bac2 Signed-off-by: Liam Barry --- source/use_case/vww/src/UseCaseHandler.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/use_case') diff --git a/source/use_case/vww/src/UseCaseHandler.cc b/source/use_case/vww/src/UseCaseHandler.cc index 8165bb0..dbfe92b 100644 --- a/source/use_case/vww/src/UseCaseHandler.cc +++ b/source/use_case/vww/src/UseCaseHandler.cc @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Arm Limited. All rights reserved. + * Copyright (c) 2021-2022 Arm Limited. All rights reserved. * SPDX-License-Identifier: Apache-2.0 * * Licensed under the Apache License, Version 2.0 (the "License"); @@ -140,7 +140,7 @@ namespace app { arm::app::DumpTensor(outputTensor); #endif /* VERIFY_TEST_OUTPUT */ - if (!image::PresentInferenceResult(platform, results, infTimeMs)) { + if (!image::PresentInferenceResult(platform, results)) { return false; } -- cgit v1.2.1