Kconfig 250 B

12345678910
  1. # Copyright (c) 2021 Intel Corporation
  2. # SPDX-License-Identifier: Apache-2.0
  3. config ZEPHYR_TFLITE-MICRO_MODULE
  4. bool
  5. config TENSORFLOW_LITE_MICRO
  6. bool "TensorFlow Lite Micro Support"
  7. help
  8. This option enables the TensorFlow Lite Micro library.