blob: 441d7cddd9c4d5504dd9184481dc100f300de387 [file] [log] [blame]
Colm Donelan366023f2019-09-05 10:03:56 +01001//
2// Copyright © 2019 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5#pragma once
6
7namespace armnn
8{
9
10namespace gatordmock
11{
12
13// Parses the command line to extract:
14//
15
16class CommandLineProcessor
17{
18public:
19 bool ProcessCommandLine(int argc, char *argv[]);
20
21};
22
23} // namespace gatordmock
24
25} // namespace armnn