From 7776cda0d12e5fe163e1da9a24e4072b863847eb Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Tue, 5 Nov 2024 13:24:58 -0800 Subject: [PATCH] remove [[maybe_unused]] --- .../lite/micro/tools/benchmarking/generic_model_benchmark.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc b/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc index f79c10a76b7..5df20cf2b92 100644 --- a/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc +++ b/tensorflow/lite/micro/tools/benchmarking/generic_model_benchmark.cc @@ -182,7 +182,6 @@ int Benchmark(const uint8_t* model_data, tflite::PrettyPrintType print_type) { constexpr bool using_compression = false; #endif // USE_TFLM_COMPRESSION - [[maybe_unused]] alignas(16) static uint8_t tensor_arena[kTensorArenaSize]; uint32_t event_handle = profiler.BeginEvent("tflite::GetModel");