The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_NEURAL_NET_LOG_LEVEL

(No prompt – not directly user assignable.)

Type: int

Direct dependencies

LOG && NEURAL_NET_ACCEL

(Includes any dependencies from if’s and menus.)

Kconfig definition

At subsys/logging/Kconfig.template.log_config:25

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:86drivers/neural_net/Kconfig:17

Menu path: (top menu) → Device Drivers → Neural Network Accelerator Drivers

config NEURAL_NET_LOG_LEVEL
    int
    default 0 if NEURAL_NET_LOG_LEVEL_OFF && LOG && NEURAL_NET_ACCEL
    default 1 if NEURAL_NET_LOG_LEVEL_ERR && LOG && NEURAL_NET_ACCEL
    default 2 if NEURAL_NET_LOG_LEVEL_WRN && LOG && NEURAL_NET_ACCEL
    default 3 if NEURAL_NET_LOG_LEVEL_INF && LOG && NEURAL_NET_ACCEL
    default 4 if NEURAL_NET_LOG_LEVEL_DBG && LOG && NEURAL_NET_ACCEL
    depends on LOG && NEURAL_NET_ACCEL

(Definitions include propagated dependencies, including from if’s and menus.)