blob: 02be849816384e3e6150d8d377b132a3d3d654f1 [file] [log] [blame]
//
// 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 armnn
{
profiling::ProfilingOptions ConvertExternalProfilingOptions(
const IRuntime::CreationOptions::ExternalProfilingOptions& options);
} // namespace armnn