mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-28 00:15:21 +00:00
Adds Kconfig option enabling TensorFlow Lite Micro support. Updates manifest with TensorFlow module. Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
11 lines
259 B
Plaintext
11 lines
259 B
Plaintext
# Copyright (c) 2021 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ZEPHYR_TENSORFLOW_LITE_MICRO_MODULE
|
|
bool
|
|
|
|
config TENSORFLOW_LITE_MICRO
|
|
bool "TensorFlow Lite Micro Support"
|
|
help
|
|
This option enables the TensorFlow Lite Micro library.
|