TensorFlow Lite: Makefile fix
This commit is contained in:
parent
3bc949d1e3
commit
39b6e8fc40
1
.gitignore
vendored
1
.gitignore
vendored
@ -22,6 +22,7 @@ tensorflow/contrib/cmake/_build/
|
||||
/tensorflow/python/framework/fast_tensor_util.cpp
|
||||
/tensorflow/lite/gen/**
|
||||
/tensorflow/lite/tools/make/downloads/**
|
||||
/tensorflow/lite/tools/make/gen/**
|
||||
/api_init_files_list.txt
|
||||
/estimator_api_init_files_list.txt
|
||||
*.whl
|
||||
|
@ -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 := \
|
||||
@ -120,7 +121,7 @@ $(wildcard tensorflow/lite/*.c) \
|
||||
$(wildcard tensorflow/lite/c/*.c) \
|
||||
$(wildcard tensorflow/lite/core/*.cc) \
|
||||
$(wildcard tensorflow/lite/core/api/*.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/resource_variable/*.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/resource/*.cc) \
|
||||
$(wildcard tensorflow/lite/experimental/ruy/*.cc)
|
||||
ifneq ($(BUILD_TYPE),micro)
|
||||
CORE_CC_ALL_SRCS += \
|
||||
@ -147,6 +148,7 @@ $(wildcard tensorflow/lite/*/*/benchmark.cc) \
|
||||
$(wildcard tensorflow/lite/*/*/example*.cc) \
|
||||
$(wildcard tensorflow/lite/*/*/test*.cc) \
|
||||
$(wildcard tensorflow/lite/*/*/*test.cc) \
|
||||
$(wildcard tensorflow/lite/*/*/*tool.cc) \
|
||||
$(wildcard tensorflow/lite/*/*/*/*test.cc) \
|
||||
$(wildcard tensorflow/lite/kernels/*test_main.cc) \
|
||||
$(wildcard tensorflow/lite/kernels/*test_util*.cc) \
|
||||
|
Loading…
Reference in New Issue
Block a user