blob: 02be849816384e3e6150d8d377b132a3d3d654f1 [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
11namespace armnn
12{
13
14profiling::ProfilingOptions ConvertExternalProfilingOptions(
15 const IRuntime::CreationOptions::ExternalProfilingOptions& options);
16
17} // namespace armnn