From e8fa1fa4067a7777b1f322e4488a596269f18f44 Mon Sep 17 00:00:00 2001 From: Vincent ABRIOU Date: Wed, 19 Feb 2020 17:43:09 +0100 Subject: [PATCH] TFLite: static library: fix benchmark build issue Since the commit ee7642b2670e33a45cc3a6f6585cfab7f7d4f8f6, the benchmark application is no more building due to the fact that some functions have been moved. Add profile_summary_formatter.cc in the PROFILE_SUMMARIZER_SRCS. Signed-off-by: Vincent ABRIOU --- tensorflow/lite/tools/make/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/tensorflow/lite/tools/make/Makefile b/tensorflow/lite/tools/make/Makefile index c010a38f924..c1a20eccb0a 100644 --- a/tensorflow/lite/tools/make/Makefile +++ b/tensorflow/lite/tools/make/Makefile @@ -109,6 +109,7 @@ PROFILER_SRCS := \ PROFILE_SUMMARIZER_SRCS := \ tensorflow/lite/profiling/profile_summarizer.cc \ + tensorflow/lite/profiling/profile_summary_formatter.cc \ tensorflow/core/util/stats_calculator.cc CMD_LINE_TOOLS_SRCS := \