ArmNN
 21.05
CpuTensorHandleFwd.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 // This file is deprecated and will be removed soon.
7 // Please use the new file include/armnn/TensorHandleFwd.hpp instead.
8 
9 #pragma once
10 
11 namespace armnn
12 {
13 
14 class ConstCpuTensorHandle;
15 class CpuTensorHandle;
16 class ScopedCpuTensorHandle;
17 class PassthroughCpuTensorHandle;
18 class ConstPassthroughCpuTensorHandle;
19 
20 } // namespace armnn
Copyright (c) 2021 ARM Limited and Contributors.