ArmNN  NotReleased
CommandFileParser.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 #include "GatordMockService.hpp"
9 #include <string>
10 
11 namespace armnn
12 {
13 
14 namespace gatordmock
15 {
16 
23 {
24 public:
25  void ParseFile(std::string CommandFile, GatordMockService& mockService);
26 };
27 
28 } // namespace gatordmock
29 } // namespace armnn
void ParseFile(std::string CommandFile, GatordMockService &mockService)