File tree 1 file changed +3
-0
lines changed
tensorflow/lite/micro/tools/make
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -293,12 +293,14 @@ MICRO_LITE_INTEGRATION_TESTS += $(shell find $(TENSORFLOW_ROOT)tensorflow/lite/m
293
293
MICRO_LITE_GEN_MUTABLE_OP_RESOLVER_TEST += \
294
294
$(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/tools/gen_micro_mutable_op_resolver_test/person_detect/Makefile.inc)
295
295
296
+ OLD_MICRO_LITE_BENCHMARKS := $(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/benchmarks/Makefile.inc)
296
297
MICRO_LITE_BENCHMARKS := $(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/tools/benchmarking/Makefile.inc)
297
298
298
299
MICRO_LITE_LAYER_BY_LAYER_OUTPUT := $(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/tools/Makefile.inc)
299
300
300
301
# TODO(b/152645559): move all benchmarks to benchmarks directory.
301
302
MICROLITE_BENCHMARK_SRCS := \
303
+ $(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/benchmarks/* benchmark.cc) \
302
304
$(wildcard $(TENSORFLOW_ROOT ) tensorflow/lite/micro/tools/benchmarking/* benchmark.cc)
303
305
304
306
CODEGEN_PREPROCESSOR_PATH := $(BINDIR ) codegen_preprocessor
@@ -754,6 +756,7 @@ include ${MICRO_LITE_LAYER_BY_LAYER_OUTPUT}
754
756
endif
755
757
756
758
# Load the benchmarks.
759
+ include $(OLD_MICRO_LITE_BENCHMARKS )
757
760
include $(MICRO_LITE_BENCHMARKS )
758
761
759
762
# Load custom kernel tests.
You can’t perform that action at this time.
0 commit comments