From 65292cc32c099fa35590e8792d6250e9939d84fc Mon Sep 17 00:00:00 2001 From: RJ Ascani Date: Mon, 18 Mar 2024 21:43:16 +0000 Subject: [PATCH] Exempt layer_by_layer generated file from format The layer_by_layer_schema_generated.h header file should not be modified by code style, as it is an autogenerated file. --- tensorflow/lite/micro/tools/ci_build/test_code_style.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/lite/micro/tools/ci_build/test_code_style.sh b/tensorflow/lite/micro/tools/ci_build/test_code_style.sh index 462fe7ecba5..d49f42938e5 100755 --- a/tensorflow/lite/micro/tools/ci_build/test_code_style.sh +++ b/tensorflow/lite/micro/tools/ci_build/test_code_style.sh @@ -97,6 +97,7 @@ tensorflow/lite/micro/tools/make/downloads/pigweed/pw_presubmit/py/pw_presubmit/ -e experimental \ -e schema/schema_generated.h \ -e schema/schema_utils.h \ + -e tensorflow/lite/micro/tools/layer_by_layer_schema_generated.h \ -e "\.inc" \ -e "\.md" \ ${EXCLUDE_SHARED_TFL_CODE}