aboutsummaryrefslogtreecommitdiff
path: root/src/backends/backendsCommon/test/layerTests/LayerTestResult.hpp
blob: e0054cad632dc6102ea20008af9d3a30c25fbdc6 (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.08 release. Please use public interface include/armnnTestUtils/LayerTestResult.hpp")