- CONFIG_KWD_NN_SAMPLE_KEYPHRASE¶
KWD NN Keyphrase test component
Type: bool
Help¶
Select for KWD NN Keyphrase test component based on neural network.
Provides ML functionality for use in testing of keyphrase detection pipelines.
Use KWD based on NN as alternative to the default KWD component.
Provides neural network as a library.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Default¶
n
Kconfig definition¶
At /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/samples/audio/Kconfig:21
Included via Kconfig:8
→ Kconfig.zephyr:23
→ modules/Kconfig:6
→ doc/_build/Kconfig/Kconfig.modules:14
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/Kconfig:2
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../Kconfig.sof:124
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/Kconfig:15
→ /home/nashif/zephyrproject/modules/audio/sof/zephyr/../src/samples/Kconfig:11
Menu path: (Top) → Modules → sof (/home/nashif/zephyrproject/modules/audio/sof) → Samples → Audio component samples
config KWD_NN_SAMPLE_KEYPHRASE
bool "KWD NN Keyphrase test component" if SAMPLES
default n
depends on IMX && SOF
help
Select for KWD NN Keyphrase test component based on neural network.
Provides ML functionality for use in testing of keyphrase detection pipelines.
Use KWD based on NN as alternative to the default KWD component.
Provides neural network as a library.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)