Add platform_profiler to Makefile

PiperOrigin-RevId: 298728700
Change-Id: I87dc345c235a9e64686bf56dad9f4febc68d5c6f
This commit is contained in:
Terry Heo 2020-03-03 17:05:59 -08:00 committed by TensorFlower Gardener
parent 5634ac11e9
commit c738e60e3d

View File

@ -99,7 +99,8 @@ MINIMAL_SRCS := \
# build files.
PROFILER_SRCS := \
tensorflow/lite/profiling/memory_info.cc \
tensorflow/lite/profiling/memory_info.cc \
tensorflow/lite/profiling/platform_profiler.cc \
tensorflow/lite/profiling/time.cc
PROFILE_SUMMARIZER_SRCS := \