IVGCVSW-2093 Add SpaceToBatchNd layer and corresponding no-op factory implementations
[platform/upstream/armnn.git] / src / backends / CpuTensorHandleFwd.hpp
1 //
2 // Copyright © 2017 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6
7 namespace armnn
8 {
9
10 class ConstCpuTensorHandle;
11 class CpuTensorHandle;
12 class ScopedCpuTensorHandle;
13 class PassthroughCpuTensorHandle;
14 class ConstPassthroughCpuTensorHandle;
15
16 } // namespace armnn