ArmNN
 23.08
InternalTypes.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 #pragma once
6 
7 #include <armnn/Types.hpp>
8 #include <common/include/ProfilingGuid.hpp>
9 
10 #include <array>
11 
12 namespace armnn
13 {
14 
15 using Coordinates = std::array<unsigned int, MaxNumOfTensorDimensions>;
16 using Dimensions = std::array<unsigned int, MaxNumOfTensorDimensions>;
17 
18 }
armnn::Coordinates
std::array< unsigned int, MaxNumOfTensorDimensions > Coordinates
Definition: InternalTypes.hpp:15
armnn::Dimensions
std::array< unsigned int, MaxNumOfTensorDimensions > Dimensions
Definition: InternalTypes.hpp:16
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition: 01_00_quick_start.dox:6
Types.hpp