Home
last modified time | relevance | path

Searched refs:CORE_CC_EXCLUDE_SRCS (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/make/
DMakefile171 CORE_CC_EXCLUDE_SRCS := \ macro
204 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/mmap_allocation_disabled.cc
206 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/mmap_allocation.cc
241 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/minimal_logging_android.cc
242 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/minimal_logging_default.cc
244 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/minimal_logging_android.cc
245 CORE_CC_EXCLUDE_SRCS += tensorflow/lite/minimal_logging_ios.cc
249 TF_LITE_CC_SRCS := $(filter-out $(CORE_CC_EXCLUDE_SRCS), $(CORE_CC_ALL_SRCS))