:orphan: .. title:: CONFIG_TENSORFLOW_LITE_MICRO .. kconfig:: CONFIG_TENSORFLOW_LITE_MICRO CONFIG_TENSORFLOW_LITE_MICRO ############################ *TensorFlow Lite Micro Support* Type: ``bool`` Help ==== .. code-block:: none This option enables the TensorFlow Lite Micro library. Direct dependencies =================== 0 *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/tflite-micro/Kconfig:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:33`` → ``/Kconfig:74`` Menu path: (Top) → Modules .. code-block:: kconfig config TENSORFLOW_LITE_MICRO bool "TensorFlow Lite Micro Support" depends on 0 help This option enables the TensorFlow Lite Micro library. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*