ArmNN
 22.11
ExecutionData.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 
11 namespace experimental
12 {
13 
15 {
16  void* m_Data;
17 };
18 
19 } // end experimental namespace
20 
21 } // end armnn namespace
Copyright (c) 2021 ARM Limited and Contributors.