ArmNN
 25.11
Loading...
Searching...
No Matches
ArmNNProfilingServiceInitialiser.hpp
Go to the documentation of this file.
1//
2// Copyright © 2022 Arm Ltd. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include <client/include/IInitialiseProfilingService.hpp>
9#include <client/include/IProfilingService.hpp>
10
11namespace armnn
12{
13
14class ArmNNProfilingServiceInitialiser : public arm::pipe::IInitialiseProfilingService
15{
16public:
17 void InitialiseProfilingService(arm::pipe::IProfilingService& profilingService) override;
18};
19
20} // namespace armnn
void InitialiseProfilingService(arm::pipe::IProfilingService &profilingService) override
Copyright (c) 2021 ARM Limited and Contributors.