ArmNN
 21.05
WorkingMemDescriptor.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2021 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 #include <vector>
11 
12 namespace armnn
13 {
14 
15 namespace experimental
16 {
17 
19 {
20  std::vector<ITensorHandle*> m_Inputs;
21  std::vector<ITensorHandle*> m_Outputs;
22 
23  ~WorkingMemDescriptor() = default;
24  WorkingMemDescriptor() = default;
25 };
26 
27 } // end experimental namespace
28 
29 } // end armnn namespace
Copyright (c) 2021 ARM Limited and Contributors.