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:
parent
876d602f57
commit
e8fa1fa406
@ -109,6 +109,7 @@ PROFILER_SRCS := \
|
|||||||
|
|
||||||
PROFILE_SUMMARIZER_SRCS := \
|
PROFILE_SUMMARIZER_SRCS := \
|
||||||
tensorflow/lite/profiling/profile_summarizer.cc \
|
tensorflow/lite/profiling/profile_summarizer.cc \
|
||||||
|
tensorflow/lite/profiling/profile_summary_formatter.cc \
|
||||||
tensorflow/core/util/stats_calculator.cc
|
tensorflow/core/util/stats_calculator.cc
|
||||||
|
|
||||||
CMD_LINE_TOOLS_SRCS := \
|
CMD_LINE_TOOLS_SRCS := \
|
||||||
|
Loading…
Reference in New Issue
Block a user