From e1fdd2866b0f403b5e80994890d62c2c038c16c9 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Tue, 26 Oct 2021 21:26:10 +0100 Subject: IVGCVSW-6470 Create MemoryStrategyBenchmark * Refactor the strategy library to be more generic * Shorten the names of the current strategies * Change validatorStrat to throw exceptions Change-Id: I0d9c9ef609b2d8675e5788610d1accac6767c660 Signed-off-by: Finn Williams Signed-off-by: Jim Flynn --- .../MemoryOptimizerStrategyValidator.hpp | 27 ---------------------- 1 file changed, 27 deletions(-) delete mode 100644 src/backends/backendsCommon/memoryOptimizationStrategies/MemoryOptimizerStrategyValidator.hpp (limited to 'src/backends/backendsCommon/memoryOptimizationStrategies/MemoryOptimizerStrategyValidator.hpp') diff --git a/src/backends/backendsCommon/memoryOptimizationStrategies/MemoryOptimizerStrategyValidator.hpp b/src/backends/backendsCommon/memoryOptimizationStrategies/MemoryOptimizerStrategyValidator.hpp deleted file mode 100644 index 13e90593d8..0000000000 --- a/src/backends/backendsCommon/memoryOptimizationStrategies/MemoryOptimizerStrategyValidator.hpp +++ /dev/null @@ -1,27 +0,0 @@ -// -// Copyright © 2021 Arm Ltd and Contributors. All rights reserved. -// SPDX-License-Identifier: MIT -// -#pragma once - -#include -#include - -namespace armnn -{ - -class MemoryOptimizerValidator -{ -public: - explicit MemoryOptimizerValidator(std::shared_ptr strategy) - : m_Strategy(strategy) - { - }; - - bool Validate(std::vector& memBlocks); - -private: - std::shared_ptr m_Strategy; -}; - -} // namespace armnn \ No newline at end of file -- cgit v1.2.1