From fb5aabb532f612d2e1f021df4f02a57cdd19761f Mon Sep 17 00:00:00 2001 From: Moritz Pflanzer Date: Tue, 18 Jul 2017 14:39:55 +0100 Subject: COMPMID-415: Rename TensorLibrary to AssetsLibrary Change-Id: I0da73ae4b76a6778d3601ea5230dc5e17968deaf Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80936 Reviewed-by: Anthony Barbier Tested-by: Kaizen --- tests/Globals.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/Globals.h') diff --git a/tests/Globals.h b/tests/Globals.h index 823b5d6df5..d94250bb82 100644 --- a/tests/Globals.h +++ b/tests/Globals.h @@ -24,7 +24,7 @@ #ifndef __ARM_COMPUTE_TEST_GLOBALS_H__ #define __ARM_COMPUTE_TEST_GLOBALS_H__ -#include "TensorLibrary.h" +#include "AssetsLibrary.h" #include @@ -32,7 +32,7 @@ namespace arm_compute { namespace test { -extern std::unique_ptr library; +extern std::unique_ptr library; } // namespace test } // namespace arm_compute #endif /* __ARM_COMPUTE_TEST_GLOBALS_H__ */ -- cgit v1.2.1