aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/SubgraphView.hpp
blob: 3e8d028acc91c0e0e412bf48f522f4188841efb5 (plain)
1
2
3
4
5
6
7
8
9
10
11
//
// Copyright © 2017 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/backends/SubgraphView.hpp>

#pragma message("src/armnn/SubgraphView.hpp has been deprecated, it is due for removal in" \
                " 22.11 release. Please use include/armnn/backends/SubgraphView.hpp instead.")