• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 //
2 // Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 
11 class ConstTensorHandle;
12 class TensorHandle;
13 class ScopedTensorHandle;
14 class PassthroughTensorHandle;
15 class ConstPassthroughTensorHandle;
16 
17 } // namespace armnn
18