aboutsummaryrefslogtreecommitdiff
path: root/tests/benchmark_new
diff options
context:
space:
mode:
authorMoritz Pflanzer <moritz.pflanzer@arm.com>2017-07-18 14:39:55 +0100
committerAnthony Barbier <anthony.barbier@arm.com>2018-09-17 14:16:42 +0100
commitfb5aabb532f612d2e1f021df4f02a57cdd19761f (patch)
tree2417a9ec7327f1eee124e4576cb27b55e79a112c /tests/benchmark_new
parent07a1533554c6afb4fb43067254b71c08d131378a (diff)
downloadComputeLibrary-fb5aabb532f612d2e1f021df4f02a57cdd19761f.tar.gz
COMPMID-415: Rename TensorLibrary to AssetsLibrary
Change-Id: I0da73ae4b76a6778d3601ea5230dc5e17968deaf Reviewed-on: http://mpd-gerrit.cambridge.arm.com/80936 Reviewed-by: Anthony Barbier <anthony.barbier@arm.com> Tested-by: Kaizen <jeremy.johnson+kaizengerrit@arm.com>
Diffstat (limited to 'tests/benchmark_new')
-rw-r--r--tests/benchmark_new/main.cpp6
1 files changed, 3 insertions, 3 deletions
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<TensorLibrary> library;
+std::unique_ptr<AssetsLibrary> library;
} // namespace test
} // namespace arm_compute
@@ -184,7 +184,7 @@ int main(int argc, char **argv)
return 0;
}
- library = support::cpp14::make_unique<TensorLibrary>(assets->value(), seed->value());
+ library = support::cpp14::make_unique<AssetsLibrary>(assets->value(), seed->value());
if(!parser.validate())
{