ArmNN
 20.08
IReportStructure.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2020 Arm Ltd. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
8 namespace armnn
9 {
10 
11 namespace profiling
12 {
13 
15 {
16 public:
17  virtual ~IReportStructure() {}
18  virtual void ReportStructure() = 0;
19 };
20 
21 } // namespace profiling
22 
23 } // namespace armnn
24 
Copyright (c) 2020 ARM Limited.