zephyr/modules/tensorflow/Kconfig
Lauren Murphy a010d9152d modules: add tensorflow
Adds Kconfig option enabling TensorFlow Lite Micro support.
Updates manifest with TensorFlow module.

Signed-off-by: Lauren Murphy <lauren.murphy@intel.com>
2021-04-29 08:35:57 -04:00

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.