ArmNN
 21.05
ProfilingConnectionFactory.hpp
Go to the documentation of this file.
1 //
2 // Copyright © 2019 Arm Ltd and Contributors. All rights reserved.
3 // SPDX-License-Identifier: MIT
4 //
5 
6 #pragma once
7 
9 
10 namespace armnn
11 {
12 
13 namespace profiling
14 {
15 
17 {
18 public:
19  ProfilingConnectionFactory() = default;
20  ~ProfilingConnectionFactory() = default;
21 
23 };
24 
25 } // namespace profiling
26 
27 } // namespace armnn
std::unique_ptr< IProfilingConnection > IProfilingConnectionPtr
Copyright (c) 2021 ARM Limited and Contributors.
IProfilingConnectionPtr GetProfilingConnection(const ExternalProfilingOptions &options) const override