TFLite: static library: fix benchmark build issue

Since the commit ee7642b267, 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 <vincent.abriou@st.com>
This commit is contained in:
Vincent ABRIOU 2020-02-19 17:43:09 +01:00
parent 876d602f57
commit e8fa1fa406

View File

@ -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 := \