aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/Processes.hpp
blob: 89704237db5624e3e46d66c84bde232c876105b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

namespace armnnUtils
{
namespace Processes
{

int GetCurrentId();

}
}