File tree Expand file tree Collapse file tree 4 files changed +213
-2
lines changed Expand file tree Collapse file tree 4 files changed +213
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,11 @@ INCLUDE_DIR=../include
7
7
SRC_DIR =../src
8
8
IFLAGS = -I $(INCLUDE_DIR )
9
9
10
- all : test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
10
+ all : test_kws test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
11
+
12
+ KWS_DIR =kws
13
+ test_kws : $(KWS_DIR ) /test_kws.c $(SRC_DIR ) /conv_utils.o $(SRC_DIR ) /conv1d.o $(SRC_DIR ) /dscnn.o
14
+ $(CC ) -o $@ $^ $(IFLAGS ) $(CFLAGS ) -lm
11
15
12
16
DSCNN_DIR =dscnn
13
17
test_dscnn_lr : $(DSCNN_DIR ) /test_dscnn_lr.c $(SRC_DIR ) /conv_utils.o $(SRC_DIR ) /conv1d.o $(SRC_DIR ) /dscnn.o
@@ -50,7 +54,7 @@ test_quantized_mbconv: $(MBCONV_DIR)/test_quantized_mbconv.c $(SRC_DIR)/quantize
50
54
.PHONY : clean cleanest
51
55
52
56
clean :
53
- rm -f * .o * .gch test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
57
+ rm -f * .o * .gch test_kws test_avg_pool test_conv1d test_conv1d_depth test_conv1d_lr test_conv1d_lr_depth test_dscnn_lr test_dscnn_lr_depth_point test_fastgrnn_lr test_rnnpool test_quantized_utils test_quantized_fastgrnn test_quantized_rnnpool test_quantized_mbconv
54
58
55
59
cleanest : clean
56
60
rm * ~
Load Diff Large diffs are not rendered by default.
You can’t perform that action at this time.
0 commit comments