aboutsummaryrefslogtreecommitdiff
path: root/src/armnnUtils/ProfilingOptionsConverter.hpp
blob: 3bf1f1920dd6a72ef79c93c8c1a67101611af501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
//
// Copyright © 2022 Arm Ltd and Contributors. All rights reserved.
// SPDX-License-Identifier: MIT
//

#pragma once

#include <armnn/IRuntime.hpp>
#include <armnn/profiling/ProfilingOptions.hpp>

namespace arm
{

namespace pipe
{

ProfilingOptions ConvertExternalProfilingOptions(
    const armnn::IRuntime::CreationOptions::ExternalProfilingOptions& options);

} // namespace pipe

} // namespace arm