From 8a2b4685fde869c46ad4ebb19cbfefc4adc2a654 Mon Sep 17 00:00:00 2001 From: Finn Williams Date: Wed, 26 Feb 2020 10:25:26 +0000 Subject: IVGCVSW-4160 Make the ARM Developer Studio code a self contained build entity !armnn:2773 Signed-off-by: Finn Williams Change-Id: I246cf0de04a1d29dd135cb0fc7e55bc5f0d4b854 --- .../profiling/timelineDecoder/TimelineDecoder.hpp | 63 ---------------------- 1 file changed, 63 deletions(-) delete mode 100644 tests/profiling/timelineDecoder/TimelineDecoder.hpp (limited to 'tests/profiling/timelineDecoder/TimelineDecoder.hpp') diff --git a/tests/profiling/timelineDecoder/TimelineDecoder.hpp b/tests/profiling/timelineDecoder/TimelineDecoder.hpp deleted file mode 100644 index 81e6a95c09..0000000000 --- a/tests/profiling/timelineDecoder/TimelineDecoder.hpp +++ /dev/null @@ -1,63 +0,0 @@ -// -// Copyright © 2020 Arm Ltd. All rights reserved. -// SPDX-License-Identifier: MIT -// -#pragma once - -#include "ITimelineDecoder.hpp" -#include -namespace armnn -{ -class TimelineDecoder : public ITimelineDecoder -{ - -public: - - struct Model - { - std::vector m_Entities; - std::vector m_EventClasses; - std::vector m_Events; - std::vector