From ff860cfd3aad767122a18d1a98767b322993e8e1 Mon Sep 17 00:00:00 2001 From: Diego Lopez Recas Date: Thu, 22 Feb 2018 13:08:01 +0000 Subject: COMPMID-959: Fix valid region for Scale by always setting full shape Change-Id: Idc2d004713768ae73e157674d15c928cca0992d7 Reviewed-on: https://eu-gerrit-1.euhpc.arm.com/122703 Tested-by: Jenkins Reviewed-by: Gian Marco Iodice Reviewed-by: Anthony Barbier --- arm_compute/core/utils/misc/utility.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arm_compute/core/utils') diff --git a/arm_compute/core/utils/misc/utility.h b/arm_compute/core/utils/misc/utility.h index 8ba92310da..d6f555b5f3 100644 --- a/arm_compute/core/utils/misc/utility.h +++ b/arm_compute/core/utils/misc/utility.h @@ -165,6 +165,14 @@ std::vector sort_indices(const std::vector &v) return idx; } +/** Ignores the given arguments + * + * @tparam T Arguments types + */ +template +inline void ignore_unused(T &&...) +{ +} } // namespace utility } // namespace arm_compute #endif /* __ARM_COMPUTE_MISC_UTILITY_H__ */ -- cgit v1.2.1