blob: a2a36b9bd8e3ebd5591f739b178eaa0166aea95b [file] [log] [blame]
Jim Flynn4c9ed1d2022-01-23 23:57:20 +00001//
2// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
3// SPDX-License-Identifier: MIT
4//
5
6#pragma once
7
8#include <armnn/IRuntime.hpp>
Jim Flynn27761832022-03-20 21:52:17 +00009
10#include <client/include/ProfilingOptions.hpp>
Jim Flynn4c9ed1d2022-01-23 23:57:20 +000011
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000012namespace arm
Jim Flynn4c9ed1d2022-01-23 23:57:20 +000013{
14
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000015namespace pipe
16{
Jim Flynn4c9ed1d2022-01-23 23:57:20 +000017
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000018ProfilingOptions ConvertExternalProfilingOptions(
19 const armnn::IRuntime::CreationOptions::ExternalProfilingOptions& options);
20
21} // namespace pipe
22
23} // namespace arm