blob: 3bf1f1920dd6a72ef79c93c8c1a67101611af501 [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>
9#include <armnn/profiling/ProfilingOptions.hpp>
10
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000011namespace arm
Jim Flynn4c9ed1d2022-01-23 23:57:20 +000012{
13
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000014namespace pipe
15{
Jim Flynn4c9ed1d2022-01-23 23:57:20 +000016
Cathal Corbett5aa9fd72022-02-25 15:33:28 +000017ProfilingOptions ConvertExternalProfilingOptions(
18 const armnn::IRuntime::CreationOptions::ExternalProfilingOptions& options);
19
20} // namespace pipe
21
22} // namespace arm