Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/tools/make/
DMakefile303 MINIMAL_BINARY := $(BINDIR)minimal macro
343 all: $(LIB_PATH) $(MINIMAL_BINARY) $(BENCHMARK_BINARY) $(BENCHMARK_PERF_OPTIONS_BINARY)
363 $(MINIMAL_BINARY): $(MINIMAL_OBJS) $(LIB_PATH)
366 -o $(MINIMAL_BINARY) $(MINIMAL_OBJS) \
369 minimal: $(MINIMAL_BINARY)