From 9353cda3b9ea2906c2439882841b38842e67e4b0 Mon Sep 17 00:00:00 2001 From: ddavis-2015 Date: Fri, 6 Dec 2024 12:40:59 -0800 Subject: [PATCH] fix concatenation unit test to match refactored unit test helper framework. --- tensorflow/lite/micro/kernels/concatenation_test.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tensorflow/lite/micro/kernels/concatenation_test.cc b/tensorflow/lite/micro/kernels/concatenation_test.cc index e827bc79e51..c7e698007ea 100644 --- a/tensorflow/lite/micro/kernels/concatenation_test.cc +++ b/tensorflow/lite/micro/kernels/concatenation_test.cc @@ -78,7 +78,7 @@ void TestConcatenateTwoInputs( #ifdef USE_TFLM_COMPRESSION - TestCompressedList tcl; + TestCompressedList tcl; const CompressedTensorList* comp_list_p = nullptr; if (comp_info != nullptr) { @@ -211,7 +211,7 @@ void TestConcatenateQuantizedTwoInputsCompressed( #ifdef USE_TFLM_COMPRESSION - TestCompressedList tcl; + TestCompressedList tcl; const CompressedTensorList* comp_list_p = nullptr; TF_LITE_MICRO_EXPECT_EQ(tcl.AddInput(comp_info[0], tensors[0], 0), kTfLiteOk);