-
CONFIG_INTEL_GNA_MAX_MODELS
¶
Max number of neural network models supported by driver
Type: int
Help¶
Max. number of unique neural network models required in the system
Defaults¶
- 4 if
INTEL_GNA
&&NEURAL_NET_ACCEL
Kconfig definition¶
At drivers/neural_net/Kconfig.intel_gna:27
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:86
→ drivers/neural_net/Kconfig:19
Menu path: (top menu) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine
config INTEL_GNA_MAX_MODELS int prompt "Max number of neural network models supported by driver" ifINTEL_GNA
&&NEURAL_NET_ACCEL
default 4 ifINTEL_GNA
&&NEURAL_NET_ACCEL
depends onINTEL_GNA
&&NEURAL_NET_ACCEL
help Max. number of unique neural network models required in the system
(Definitions include propagated dependencies, including from if’s and menus.)