aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp
blob: c24359fb1f38940fcc3ef271eb552f5c11fdf283 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

// This file is deprecated and will be removed soon.
// Please use the new header in armnnTestUtils instead.
// This will use the new armnnTestUtils header.
#include <armnnTestUtils/LayerTestResult.hpp>

#pragma message("backendsCommon/test/layerTests/LayerTestResult.hpp has been deprecated, it is due for " \
                "removal in 22.11 release. Please use public interface include/armnnTestUtils/LayerTestResult.hpp")