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

#pragma once

namespace armnnUtils
{
namespace Processes
{

int GetCurrentId();

}
}