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/benchmark_new/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tests/benchmark_new') diff --git a/tests/benchmark_new/main.cpp b/tests/benchmark_new/main.cpp index 1058649ba0..29f5a6e419 100644 --- a/tests/benchmark_new/main.cpp +++ b/tests/benchmark_new/main.cpp @@ -28,7 +28,7 @@ #include "framework/instruments/Instruments.h" #include "framework/printers/Printers.h" #include "support/ToolchainSupport.h" -#include "tests/TensorLibrary.h" +#include "tests/AssetsLibrary.h" #ifdef ARM_COMPUTE_CL #include "arm_compute/runtime/CL/CLScheduler.h" @@ -49,7 +49,7 @@ namespace arm_compute { namespace test { -std::unique_ptr library; +std::unique_ptr library; } // namespace test } // namespace arm_compute @@ -184,7 +184,7 @@ int main(int argc, char **argv) return 0; } - library = support::cpp14::make_unique(assets->value(), seed->value()); + library = support::cpp14::make_unique(assets->value(), seed->value()); if(!parser.validate()) { -- cgit v1.2.1