ArmNN
 21.11
IProfilingConnectionFactory.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 
9 
10 #include <armnn/IRuntime.hpp>
11 
12 #include <memory>
13 
14 namespace armnn
15 {
16 
17 namespace profiling
18 {
19 
21 {
22 public:
24  using IProfilingConnectionPtr = std::unique_ptr<IProfilingConnection>;
25 
27 
29 };
30 
31 } // namespace profiling
32 
33 } // namespace armnn
std::unique_ptr< IProfilingConnection > IProfilingConnectionPtr
Copyright (c) 2021 ARM Limited and Contributors.
virtual IProfilingConnectionPtr GetProfilingConnection(const ExternalProfilingOptions &options) const =0