From 06cf9339ed4b86d559c837dcb7c1c273ae6a35eb Mon Sep 17 00:00:00 2001 From: Sang-Hoon Park Date: Tue, 31 Mar 2020 15:59:41 +0100 Subject: COMPMID-3294: Add AssetLibrary instance using a fixed seed - Add fixed_seed instance for future use - Make Copy fixture use the new instance to validate functionality Change-Id: I7e8c1504b8db3203213d084b300f10ecd384f7fa Signed-off-by: Sang-Hoon Park Reviewed-on: https://review.mlplatform.org/c/ml/ComputeLibrary/+/3107 Tested-by: Arm Jenkins Reviewed-by: Georgios Pinitas Comments-Addressed: Arm Jenkins --- tests/Globals.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/Globals.h') diff --git a/tests/Globals.h b/tests/Globals.h index 2a13f343d0..db79e33f02 100644 --- a/tests/Globals.h +++ b/tests/Globals.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017-2019 ARM Limited. + * Copyright (c) 2017-2020 ARM Limited. * * SPDX-License-Identifier: MIT * @@ -34,6 +34,7 @@ namespace arm_compute namespace test { extern std::unique_ptr library; +extern std::unique_ptr fixed_library; extern std::unique_ptr parameters; } // namespace test } // namespace arm_compute -- cgit v1.2.1