ArmNN
 21.02
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 
9 #include <array>
10 
11 namespace armnn
12 {
13 
14 using Coordinates = std::array<unsigned int, MaxNumOfTensorDimensions>;
15 using Dimensions = std::array<unsigned int, MaxNumOfTensorDimensions>;
16 
17 }
std::array< unsigned int, MaxNumOfTensorDimensions > Coordinates
Copyright (c) 2021 ARM Limited and Contributors.
std::array< unsigned int, MaxNumOfTensorDimensions > Dimensions