Skip to content

Commit

Permalink
fccm_tutorial/Makefile: use KWS model
Browse files Browse the repository at this point in the history
Signed-off-by: Alan Green <[email protected]>
  • Loading branch information
alanvgreen committed Apr 28, 2022
1 parent e0028c4 commit 83700c5
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions proj/fccm_tutorial/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,12 @@ export DEFINES :=
# Uncomment this line to use software defined CFU functions in software_cfu.cc
#DEFINES += CFU_SOFTWARE_DEFINED

# Uncomment this line to print parameters of the conv2d operation
DEFINES += DEPTHWISE_PRIMT_PARAMS
# Uncomment these line to print parameters of the conv2d operation
DEFINES += CONV_PRINT_PARAMS
DEFINES += DEPTHWISE_PRINT_PARAMS

# Uncomment this line to allow acceleration
DEFINES += CONV_ACCELERATE
DEFINES += DEPTHWISE_ACCELERATE

# Uncomment this line to skip debug code (large effect on performance)
Expand All @@ -33,13 +35,13 @@ DEFINES += NDEBUG

# Uncomment to include specified model in built binary
#DEFINES += INCLUDE_MODEL_PDTI8
DEFINES += INCLUDE_MODEL_MICRO_SPEECH
#DEFINES += INCLUDE_MODEL_MICRO_SPEECH
#DEFINES += INCLUDE_MODEL_MAGIC_WAND
#DEFINES += INCLUDE_MODEL_MNV2
#DEFINES += INCLUDE_MODEL_HPS
#DEFINES += INLCUDE_MODEL_MLCOMMONS_TINY_V01_ANOMD
#DEFINES += INLCUDE_MODEL_MLCOMMONS_TINY_V01_IMGC
#DEFINES += INLCUDE_MODEL_MLCOMMONS_TINY_V01_KWS
DEFINES += INLCUDE_MODEL_MLCOMMONS_TINY_V01_KWS
#DEFINES += INLCUDE_MODEL_MLCOMMONS_TINY_V01_VWW

# Uncomment to include all TFLM examples (pdti8, micro_speech, magic_wand)
Expand Down

0 comments on commit 83700c5

Please sign in to comment.