:orphan: .. title:: INTEL_GNA_MAX_MODELS .. option:: 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 Direct dependencies =================== \ :option:`INTEL_GNA ` && \ :option:`NEURAL_NET_ACCEL ` *(Includes any dependencies from ifs and menus.)* Default ======= - 4 Kconfig definition ================== .. highlight:: kconfig At ``drivers/neural_net/Kconfig.intel_gna:19`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:86`` → ``drivers/neural_net/Kconfig:17`` Menu path: (Top) → Device Drivers → Neural Network Accelerator Drivers → Intel GNA Inferencing Engine .. parsed-literal:: config INTEL_GNA_MAX_MODELS int "Max number of neural network models supported by driver" default 4 depends on \ :option:`INTEL_GNA ` && \ :option:`NEURAL_NET_ACCEL ` help Max. number of unique neural network models required in the system *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*