From 5ea9f31a18056cd79c6a57746f1627acaa1a1597 Mon Sep 17 00:00:00 2001 From: James Ward Date: Thu, 29 Oct 2020 16:19:02 +0000 Subject: IVGCVSW-5468 Rewrite QuantizationDataSet.cpp to avoid use of CsvReader * Remove armnnUtils/CsvReader and usage * Remove armnn/CsvReaderTest and usage * Replace functionality in QuantizationDataSet.cpp Signed-off-by: James Ward Change-Id: I7213904482afa93ae6d607aa5e69117c8c34ea81 --- tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp | 1 - 1 file changed, 1 deletion(-) (limited to 'tests') diff --git a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp index d101d4a23c..9d9e616e98 100644 --- a/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp +++ b/tests/NetworkExecutionUtils/NetworkExecutionUtils.hpp @@ -5,7 +5,6 @@ #pragma once -#include "CsvReader.hpp" #include #include -- cgit v1.2.1