aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/ExecutionData.hpp
blob: 69c8f3fa7a9715858e5af7033b8ac6af7cce5f87 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
//
// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

namespace armnn
{

namespace experimental
{

struct ExecutionData
{
    void* m_Data;
};

} // end experimental namespace

} // end armnn namespace