aboutsummaryrefslogtreecommitdiff
path: root/src/armnn/InternalTypes.hpp
blob: a46250546dc5622b23d6c8e1063e34b89d4f265d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
//
// Copyright © 2017 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

#include <armnn/Types.hpp>
#include <common/include/ProfilingGuid.hpp>

#include <array>

namespace armnn
{

using Coordinates = std::array<unsigned int, MaxNumOfTensorDimensions>;
using Dimensions  = std::array<unsigned int, MaxNumOfTensorDimensions>;

}