From 4b653c8308479f13d794270d9c89d9292b531f98 Mon Sep 17 00:00:00 2001 From: Jang Jiseob Date: Wed, 19 Feb 2025 08:21:40 +0900 Subject: [PATCH] [cker] Apply inline variables (#14655) This commit inline variables to cker. ONE-DCO-1.0-Signed-off-by: ragmani --- runtime/compute/cker/include/cker/operation/BroadcastTo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/compute/cker/include/cker/operation/BroadcastTo.h b/runtime/compute/cker/include/cker/operation/BroadcastTo.h index 145deda29e6..89e561db67f 100644 --- a/runtime/compute/cker/include/cker/operation/BroadcastTo.h +++ b/runtime/compute/cker/include/cker/operation/BroadcastTo.h @@ -37,7 +37,7 @@ namespace cker { namespace functor { -static const int32_t kint32max = ((int32_t)0x7FFFFFFF); +static constexpr const int32_t kint32max = ((int32_t)0x7FFFFFFF); template struct FillFunctor {