24.08
IgnoreUnused.hpp
Go to the documentation of this file.
1
//
2
// Copyright © 2020 Arm Ltd and Contributors. All rights reserved.
3
// SPDX-License-Identifier: MIT
4
//
5
6
#pragma once
7
8
namespace
armnn
9
{
10
11
// Utility function to selectively silence unused variable compiler warnings
12
13
template
<
typename
... Ts>
14
inline
void
IgnoreUnused
(Ts&&...){}
15
16
}
//namespace armnn
armnn::IgnoreUnused
void IgnoreUnused(Ts &&...)
Definition:
IgnoreUnused.hpp:14
armnn
Copyright (c) 2021 ARM Limited and Contributors.
Definition:
01_00_quick_start.dox:6
include
armnn
utility
IgnoreUnused.hpp
Generated on Wed Aug 28 2024 14:31:47 for Arm NN by
1.8.17