ArmNN
 21.02
Processes.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnnUtils
9 {
10 namespace Processes
11 {
12 
13 int GetCurrentId();
14 
15 }
16 }