aboutsummaryrefslogtreecommitdiff
path: root/tests/profiling/CommandLineProcessor.hpp
blob: 441d7cddd9c4d5504dd9184481dc100f300de387 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
//
// Copyright © 2019 Arm Ltd. All rights reserved.
// SPDX-License-Identifier: MIT
//
#pragma once

namespace armnn
{

namespace gatordmock
{

// Parses the command line to extract:
//

class CommandLineProcessor
{
public:
    bool ProcessCommandLine(int argc, char *argv[]);

};

} // namespace gatordmock

} // namespace armnn